Shades of Olive Green #B9B05A
Tints of Olive Green #B9B05A
RGB
CMYK
RGB Variations
Color information
#B9B05A (or 0xB9B05A) is known color: Olive Green. HEX triplet: B9, B0 and 5A. RGB value is (185,176,90). Sum of RGB (Red+Green+Blue) = 185+176+90=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B05A is #464FA5. Grayscale: #A9A9A9. Windows color (decimal): -4607910 or 5943481. OLE color: 5943481.
HSL color Cylindrical-coordinate representation of color #B9B05A: hue angle of 54.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9B05A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 90 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.27 |
| HSL | 54.32º | 0.4% | 0.54% | - |
| HSV(B) | 54.32º | 0.51% | 0.73% | - |
| XYZ | 37.38 | 42.1 | 15.83 | - |
| YUV | 168.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 90 | 0 | 0.05 | 0.51 | 0.27 | 54.32 | 0.4 | 0.54 |
| Hex | B9 | B0 | 5A | 0 | 5 | 33 | 1B | 36 | 28 | 36 |
| Octal | 271 | 260 | 132 | 0 | 5 | 63 | 33 | 66 | 50 | 66 |
| Binary | 10111001 | 10110000 | 1011010 | 0 | 101 | 110011 | 11011 | 110110 | 101000 | 110110 |
Color Harmonies of #B9B05A
Complementary color
Monochromatic Colors of #B9B05A
Black with #B9B05A
Text Example
Text Example
White with #B9B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B05A; }
p { color: rgb(185,176,90); }
H1.HeaderClassName
{
color: #B9B05A;
}
.AnyTagClassName
{
color: #B9B05A;
}
</style>
background-color css
<style>
a { background-color: #B9B05A; }
a { background-color: rgb(185,176,90); }
div.DivClassName
{
background-color: #B9B05A;
}
.BgClassName
{
background-color: #B9B05A;
}
</style>
border-color css
<style>
span { border-color: #B9B05A; }
span { border-color: rgb(185,176,90); }
td.TdClassName
{
border-color: #B9B05A;
}
.TagClassName
{
border-color: #B9B05A;
}
</style>