Shades of Olive Green #B9B854
Tints of Olive Green #B9B854
RGB
CMYK
RGB Variations
Color information
#B9B854 (or 0xB9B854) is known color: Olive Green. HEX triplet: B9, B8 and 54. RGB value is (185,184,84). Sum of RGB (Red+Green+Blue) = 185+184+84=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B854 is #4647AB. Grayscale: #ADADAD. Windows color (decimal): -4605868 or 5552313. OLE color: 5552313.
HSL color Cylindrical-coordinate representation of color #B9B854: hue angle of 59.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9B854 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 84 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 59.41º | 0.42% | 0.53% | - |
| HSV(B) | 59.41º | 0.55% | 0.73% | - |
| XYZ | 38.75 | 45.24 | 15.08 | - |
| YUV | 172.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 84 | 0 | 0.01 | 0.55 | 0.27 | 59.41 | 0.42 | 0.53 |
| Hex | B9 | B8 | 54 | 0 | 1 | 37 | 1B | 3B | 2A | 35 |
| Octal | 271 | 270 | 124 | 0 | 1 | 67 | 33 | 73 | 52 | 65 |
| Binary | 10111001 | 10111000 | 1010100 | 0 | 1 | 110111 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #B9B854
Complementary color
Monochromatic Colors of #B9B854
Black with #B9B854
Text Example
Text Example
White with #B9B854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B854; }
p { color: rgb(185,184,84); }
H1.HeaderClassName
{
color: #B9B854;
}
.AnyTagClassName
{
color: #B9B854;
}
</style>
background-color css
<style>
a { background-color: #B9B854; }
a { background-color: rgb(185,184,84); }
div.DivClassName
{
background-color: #B9B854;
}
.BgClassName
{
background-color: #B9B854;
}
</style>
border-color css
<style>
span { border-color: #B9B854; }
span { border-color: rgb(185,184,84); }
td.TdClassName
{
border-color: #B9B854;
}
.TagClassName
{
border-color: #B9B854;
}
</style>