Shades of Olive Green #B9B45D
Tints of Olive Green #B9B45D
RGB
CMYK
RGB Variations
Color information
#B9B45D (or 0xB9B45D) is known color: Olive Green. HEX triplet: B9, B4 and 5D. RGB value is (185,180,93). Sum of RGB (Red+Green+Blue) = 185+180+93=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B45D is #464BA2. Grayscale: #ABABAB. Windows color (decimal): -4606883 or 6141113. OLE color: 6141113.
HSL color Cylindrical-coordinate representation of color #B9B45D: hue angle of 56.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B45D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 93 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.27 |
| HSL | 56.74º | 0.4% | 0.55% | - |
| HSV(B) | 56.74º | 0.5% | 0.73% | - |
| XYZ | 38.3 | 43.75 | 16.78 | - |
| YUV | 171.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 93 | 0 | 0.03 | 0.50 | 0.27 | 56.74 | 0.4 | 0.55 |
| Hex | B9 | B4 | 5D | 0 | 3 | 32 | 1B | 39 | 28 | 37 |
| Octal | 271 | 264 | 135 | 0 | 3 | 62 | 33 | 71 | 50 | 67 |
| Binary | 10111001 | 10110100 | 1011101 | 0 | 11 | 110010 | 11011 | 111001 | 101000 | 110111 |
Color Harmonies of #B9B45D
Complementary color
Monochromatic Colors of #B9B45D
Black with #B9B45D
Text Example
Text Example
White with #B9B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B45D; }
p { color: rgb(185,180,93); }
H1.HeaderClassName
{
color: #B9B45D;
}
.AnyTagClassName
{
color: #B9B45D;
}
</style>
background-color css
<style>
a { background-color: #B9B45D; }
a { background-color: rgb(185,180,93); }
div.DivClassName
{
background-color: #B9B45D;
}
.BgClassName
{
background-color: #B9B45D;
}
</style>
border-color css
<style>
span { border-color: #B9B45D; }
span { border-color: rgb(185,180,93); }
td.TdClassName
{
border-color: #B9B45D;
}
.TagClassName
{
border-color: #B9B45D;
}
</style>