Shades of Olive Green #B9B25F
Tints of Olive Green #B9B25F
RGB
CMYK
RGB Variations
Color information
#B9B25F (or 0xB9B25F) is known color: Olive Green. HEX triplet: B9, B2 and 5F. RGB value is (185,178,95). Sum of RGB (Red+Green+Blue) = 185+178+95=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B25F is #464DA0. Grayscale: #AAAAAA. Windows color (decimal): -4607393 or 6271673. OLE color: 6271673.
HSL color Cylindrical-coordinate representation of color #B9B25F: hue angle of 55.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9B25F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 95 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.27 |
| HSL | 55.33º | 0.39% | 0.55% | - |
| HSV(B) | 55.33º | 0.49% | 0.73% | - |
| XYZ | 37.99 | 42.98 | 17.12 | - |
| YUV | 170.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 95 | 0 | 0.04 | 0.49 | 0.27 | 55.33 | 0.39 | 0.55 |
| Hex | B9 | B2 | 5F | 0 | 4 | 31 | 1B | 37 | 27 | 37 |
| Octal | 271 | 262 | 137 | 0 | 4 | 61 | 33 | 67 | 47 | 67 |
| Binary | 10111001 | 10110010 | 1011111 | 0 | 100 | 110001 | 11011 | 110111 | 100111 | 110111 |
Color Harmonies of #B9B25F
Complementary color
Monochromatic Colors of #B9B25F
Black with #B9B25F
Text Example
Text Example
White with #B9B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B25F; }
p { color: rgb(185,178,95); }
H1.HeaderClassName
{
color: #B9B25F;
}
.AnyTagClassName
{
color: #B9B25F;
}
</style>
background-color css
<style>
a { background-color: #B9B25F; }
a { background-color: rgb(185,178,95); }
div.DivClassName
{
background-color: #B9B25F;
}
.BgClassName
{
background-color: #B9B25F;
}
</style>
border-color css
<style>
span { border-color: #B9B25F; }
span { border-color: rgb(185,178,95); }
td.TdClassName
{
border-color: #B9B25F;
}
.TagClassName
{
border-color: #B9B25F;
}
</style>