Shades of Olive Green #B9B14D
Tints of Olive Green #B9B14D
RGB
CMYK
RGB Variations
Color information
#B9B14D (or 0xB9B14D) is known color: Olive Green. HEX triplet: B9, B1 and 4D. RGB value is (185,177,77). Sum of RGB (Red+Green+Blue) = 185+177+77=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B14D is #464EB2. Grayscale: #A8A8A8. Windows color (decimal): -4607667 or 5091769. OLE color: 5091769.
HSL color Cylindrical-coordinate representation of color #B9B14D: hue angle of 55.56º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9B14D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 77 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.27 |
| HSL | 55.56º | 0.44% | 0.51% | - |
| HSV(B) | 55.56º | 0.58% | 0.73% | - |
| XYZ | 37.07 | 42.29 | 13.23 | - |
| YUV | 167.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 77 | 0 | 0.04 | 0.58 | 0.27 | 55.56 | 0.44 | 0.51 |
| Hex | B9 | B1 | 4D | 0 | 4 | 3A | 1B | 38 | 2C | 33 |
| Octal | 271 | 261 | 115 | 0 | 4 | 72 | 33 | 70 | 54 | 63 |
| Binary | 10111001 | 10110001 | 1001101 | 0 | 100 | 111010 | 11011 | 111000 | 101100 | 110011 |
Color Harmonies of #B9B14D
Complementary color
Monochromatic Colors of #B9B14D
Black with #B9B14D
Text Example
Text Example
White with #B9B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B14D; }
p { color: rgb(185,177,77); }
H1.HeaderClassName
{
color: #B9B14D;
}
.AnyTagClassName
{
color: #B9B14D;
}
</style>
background-color css
<style>
a { background-color: #B9B14D; }
a { background-color: rgb(185,177,77); }
div.DivClassName
{
background-color: #B9B14D;
}
.BgClassName
{
background-color: #B9B14D;
}
</style>
border-color css
<style>
span { border-color: #B9B14D; }
span { border-color: rgb(185,177,77); }
td.TdClassName
{
border-color: #B9B14D;
}
.TagClassName
{
border-color: #B9B14D;
}
</style>