Shades of Olive Green #B9B256
Tints of Olive Green #B9B256
RGB
CMYK
RGB Variations
Color information
#B9B256 (or 0xB9B256) is known color: Olive Green. HEX triplet: B9, B2 and 56. RGB value is (185,178,86). Sum of RGB (Red+Green+Blue) = 185+178+86=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B256 is #464DA9. Grayscale: #A9A9A9. Windows color (decimal): -4607402 or 5681849. OLE color: 5681849.
HSL color Cylindrical-coordinate representation of color #B9B256: hue angle of 55.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9B256 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 86 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.27 |
| HSL | 55.76º | 0.41% | 0.53% | - |
| HSV(B) | 55.76º | 0.54% | 0.73% | - |
| XYZ | 37.61 | 42.83 | 15.09 | - |
| YUV | 169.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 86 | 0 | 0.04 | 0.54 | 0.27 | 55.76 | 0.41 | 0.53 |
| Hex | B9 | B2 | 56 | 0 | 4 | 36 | 1B | 38 | 29 | 35 |
| Octal | 271 | 262 | 126 | 0 | 4 | 66 | 33 | 70 | 51 | 65 |
| Binary | 10111001 | 10110010 | 1010110 | 0 | 100 | 110110 | 11011 | 111000 | 101001 | 110101 |
Color Harmonies of #B9B256
Complementary color
Monochromatic Colors of #B9B256
Black with #B9B256
Text Example
Text Example
White with #B9B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B256; }
p { color: rgb(185,178,86); }
H1.HeaderClassName
{
color: #B9B256;
}
.AnyTagClassName
{
color: #B9B256;
}
</style>
background-color css
<style>
a { background-color: #B9B256; }
a { background-color: rgb(185,178,86); }
div.DivClassName
{
background-color: #B9B256;
}
.BgClassName
{
background-color: #B9B256;
}
</style>
border-color css
<style>
span { border-color: #B9B256; }
span { border-color: rgb(185,178,86); }
td.TdClassName
{
border-color: #B9B256;
}
.TagClassName
{
border-color: #B9B256;
}
</style>