Shades of Olive Green #B9B15C
Tints of Olive Green #B9B15C
RGB
CMYK
RGB Variations
Color information
#B9B15C (or 0xB9B15C) is known color: Olive Green. HEX triplet: B9, B1 and 5C. RGB value is (185,177,92). Sum of RGB (Red+Green+Blue) = 185+177+92=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B15C is #464EA3. Grayscale: #AAAAAA. Windows color (decimal): -4607652 or 6074809. OLE color: 6074809.
HSL color Cylindrical-coordinate representation of color #B9B15C: hue angle of 54.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B15C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 92 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.27 |
| HSL | 54.84º | 0.4% | 0.54% | - |
| HSV(B) | 54.84º | 0.5% | 0.73% | - |
| XYZ | 37.66 | 42.53 | 16.35 | - |
| YUV | 169.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 92 | 0 | 0.04 | 0.50 | 0.27 | 54.84 | 0.4 | 0.54 |
| Hex | B9 | B1 | 5C | 0 | 4 | 32 | 1B | 37 | 28 | 36 |
| Octal | 271 | 261 | 134 | 0 | 4 | 62 | 33 | 67 | 50 | 66 |
| Binary | 10111001 | 10110001 | 1011100 | 0 | 100 | 110010 | 11011 | 110111 | 101000 | 110110 |
Color Harmonies of #B9B15C
Complementary color
Monochromatic Colors of #B9B15C
Black with #B9B15C
Text Example
Text Example
White with #B9B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B15C; }
p { color: rgb(185,177,92); }
H1.HeaderClassName
{
color: #B9B15C;
}
.AnyTagClassName
{
color: #B9B15C;
}
</style>
background-color css
<style>
a { background-color: #B9B15C; }
a { background-color: rgb(185,177,92); }
div.DivClassName
{
background-color: #B9B15C;
}
.BgClassName
{
background-color: #B9B15C;
}
</style>
border-color css
<style>
span { border-color: #B9B15C; }
span { border-color: rgb(185,177,92); }
td.TdClassName
{
border-color: #B9B15C;
}
.TagClassName
{
border-color: #B9B15C;
}
</style>