Pale olive to RGB — Color Code

#b9cc81
Format Value
HEX #b9cc81
RGB rgb(185, 204, 129)
HSL hsl(75.2, 42.4%, 65.3%)
CMYK cmyk(9.3%, 0%, 36.8%, 20%)
HSV hsv(75.2, 36.8%, 80%)

pale olive color harmonies

Tints & shades of pale olive

Tints (lighter)

#bfd18c #c6d598 #ccdaa3 #d2dfaf #d9e3ba #dfe8c6 #e6ecd1 #ecf1dd #f2f6e8 #f9faf4

Shades (darker)

#a8b975 #97a76a #87945e #768252 #656f46 #545d3b #434a2f #323823 #222517 #11130c

Contrast & accessibility

The quick brown fox

On white · 1.75:1 · Fail

The quick brown fox

On black · 12.02:1 · AAA

Recommended text color: #000000

Use pale olive in code

CSS color: #b9cc81;
SCSS $color: #b9cc81;
Tailwind bg-[#b9cc81]
Swift UIColor(red: 0.725, green: 0.800, blue: 0.506, alpha: 1)
Android Color.parseColor("#b9cc81")
Flutter Color(0xFFB9CC81)

Colors similar to pale olive

Browse all Green colors →

What is the RGB code for pale olive?

The CSS color pale olive in RGB format is rgb(185, 204, 129). Use this value directly in CSS, SVG, and most design tools.

How do I use pale olive in CSS?

To apply pale olive in CSS:

  • Text color: color: rgb(185, 204, 129);
  • Background: background-color: rgb(185, 204, 129);
  • Border: border-color: rgb(185, 204, 129);

What are all the color format values for pale olive?

FormatValue
HEX#b9cc81
RGBrgb(185, 204, 129)
HSLhsl(75.2, 42.4%, 65.3%)
CMYKcmyk(9.3%, 0%, 36.8%, 20%)

How do I convert pale olive to RGB?

Select pale olive from the color name list in our color converter. The RGB value — rgb(185, 204, 129) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale olive belong to?

pale olive belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 75.2°, saturation 42.4%, lightness 65.3%.

How do I create lighter and darker shades of pale olive?

Lighter variant (lightness 80.3%): #d7e2b7. Darker variant (lightness 50.3%): #9bb64b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.