Shades of Olive Green #B9B44D
Tints of Olive Green #B9B44D
RGB
CMYK
RGB Variations
Color information
#B9B44D (or 0xB9B44D) is known color: Olive Green. HEX triplet: B9, B4 and 4D. RGB value is (185,180,77). Sum of RGB (Red+Green+Blue) = 185+180+77=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B44D is #464BB2. Grayscale: #AAAAAA. Windows color (decimal): -4606899 or 5092537. OLE color: 5092537.
HSL color Cylindrical-coordinate representation of color #B9B44D: hue angle of 57.22º 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 #B9B44D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 77 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.27 |
| HSL | 57.22º | 0.44% | 0.51% | - |
| HSV(B) | 57.22º | 0.58% | 0.73% | - |
| XYZ | 37.67 | 43.49 | 13.43 | - |
| YUV | 169.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 77 | 0 | 0.03 | 0.58 | 0.27 | 57.22 | 0.44 | 0.51 |
| Hex | B9 | B4 | 4D | 0 | 3 | 3A | 1B | 39 | 2C | 33 |
| Octal | 271 | 264 | 115 | 0 | 3 | 72 | 33 | 71 | 54 | 63 |
| Binary | 10111001 | 10110100 | 1001101 | 0 | 11 | 111010 | 11011 | 111001 | 101100 | 110011 |
Color Harmonies of #B9B44D
Complementary color
Monochromatic Colors of #B9B44D
Black with #B9B44D
Text Example
Text Example
White with #B9B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B44D; }
p { color: rgb(185,180,77); }
H1.HeaderClassName
{
color: #B9B44D;
}
.AnyTagClassName
{
color: #B9B44D;
}
</style>
background-color css
<style>
a { background-color: #B9B44D; }
a { background-color: rgb(185,180,77); }
div.DivClassName
{
background-color: #B9B44D;
}
.BgClassName
{
background-color: #B9B44D;
}
</style>
border-color css
<style>
span { border-color: #B9B44D; }
span { border-color: rgb(185,180,77); }
td.TdClassName
{
border-color: #B9B44D;
}
.TagClassName
{
border-color: #B9B44D;
}
</style>