Shades of Olive Green #B8BC5E
Tints of Olive Green #B8BC5E
RGB
CMYK
RGB Variations
Color information
#B8BC5E (or 0xB8BC5E) is known color: Olive Green. HEX triplet: B8, BC and 5E. RGB value is (184,188,94). Sum of RGB (Red+Green+Blue) = 184+188+94=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC5E is #4743A1. Grayscale: #B0B0B0. Windows color (decimal): -4670370 or 6208696. OLE color: 6208696.
HSL color Cylindrical-coordinate representation of color #B8BC5E: hue angle of 62.55º 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 #B8BC5E is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 94 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.26 |
| HSL | 62.55º | 0.41% | 0.55% | - |
| HSV(B) | 62.55º | 0.5% | 0.74% | - |
| XYZ | 39.77 | 46.96 | 17.56 | - |
| YUV | 176.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 94 | 0.02 | 0 | 0.50 | 0.26 | 62.55 | 0.41 | 0.55 |
| Hex | B8 | BC | 5E | 2 | 0 | 32 | 1A | 3F | 29 | 37 |
| Octal | 270 | 274 | 136 | 2 | 0 | 62 | 32 | 77 | 51 | 67 |
| Binary | 10111000 | 10111100 | 1011110 | 10 | 0 | 110010 | 11010 | 111111 | 101001 | 110111 |
Color Harmonies of #B8BC5E
Complementary color
Monochromatic Colors of #B8BC5E
Black with #B8BC5E
Text Example
Text Example
White with #B8BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC5E; }
p { color: rgb(184,188,94); }
H1.HeaderClassName
{
color: #B8BC5E;
}
.AnyTagClassName
{
color: #B8BC5E;
}
</style>
background-color css
<style>
a { background-color: #B8BC5E; }
a { background-color: rgb(184,188,94); }
div.DivClassName
{
background-color: #B8BC5E;
}
.BgClassName
{
background-color: #B8BC5E;
}
</style>
border-color css
<style>
span { border-color: #B8BC5E; }
span { border-color: rgb(184,188,94); }
td.TdClassName
{
border-color: #B8BC5E;
}
.TagClassName
{
border-color: #B8BC5E;
}
</style>