Shades of Olive Green #B9BC5E
Tints of Olive Green #B9BC5E
RGB
CMYK
RGB Variations
Color information
#B9BC5E (or 0xB9BC5E) is known color: Olive Green. HEX triplet: B9, BC and 5E. RGB value is (185,188,94). Sum of RGB (Red+Green+Blue) = 185+188+94=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC5E is #4643A1. Grayscale: #B0B0B0. Windows color (decimal): -4604834 or 6208697. OLE color: 6208697.
HSL color Cylindrical-coordinate representation of color #B9BC5E: hue angle of 61.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9BC5E is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 94 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.26 |
| HSL | 61.91º | 0.41% | 0.55% | - |
| HSV(B) | 61.91º | 0.5% | 0.74% | - |
| XYZ | 40.01 | 47.09 | 17.57 | - |
| YUV | 176.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 94 | 0.02 | 0 | 0.50 | 0.26 | 61.91 | 0.41 | 0.55 |
| Hex | B9 | BC | 5E | 2 | 0 | 32 | 1A | 3E | 29 | 37 |
| Octal | 271 | 274 | 136 | 2 | 0 | 62 | 32 | 76 | 51 | 67 |
| Binary | 10111001 | 10111100 | 1011110 | 10 | 0 | 110010 | 11010 | 111110 | 101001 | 110111 |
Color Harmonies of #B9BC5E
Complementary color
Monochromatic Colors of #B9BC5E
Black with #B9BC5E
Text Example
Text Example
White with #B9BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC5E; }
p { color: rgb(185,188,94); }
H1.HeaderClassName
{
color: #B9BC5E;
}
.AnyTagClassName
{
color: #B9BC5E;
}
</style>
background-color css
<style>
a { background-color: #B9BC5E; }
a { background-color: rgb(185,188,94); }
div.DivClassName
{
background-color: #B9BC5E;
}
.BgClassName
{
background-color: #B9BC5E;
}
</style>
border-color css
<style>
span { border-color: #B9BC5E; }
span { border-color: rgb(185,188,94); }
td.TdClassName
{
border-color: #B9BC5E;
}
.TagClassName
{
border-color: #B9BC5E;
}
</style>