Shades of Olive Green #B8BC5A
Tints of Olive Green #B8BC5A
RGB
CMYK
RGB Variations
Color information
#B8BC5A (or 0xB8BC5A) is known color: Olive Green. HEX triplet: B8, BC and 5A. RGB value is (184,188,90). Sum of RGB (Red+Green+Blue) = 184+188+90=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC5A is #4743A5. Grayscale: #B0B0B0. Windows color (decimal): -4670374 or 5946552. OLE color: 5946552.
HSL color Cylindrical-coordinate representation of color #B8BC5A: hue angle of 62.45º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8BC5A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 90 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.26 |
| HSL | 62.45º | 0.42% | 0.55% | - |
| HSV(B) | 62.45º | 0.52% | 0.74% | - |
| XYZ | 39.6 | 46.89 | 16.64 | - |
| YUV | 175.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 90 | 0.02 | 0 | 0.52 | 0.26 | 62.45 | 0.42 | 0.55 |
| Hex | B8 | BC | 5A | 2 | 0 | 34 | 1A | 3E | 2A | 37 |
| Octal | 270 | 274 | 132 | 2 | 0 | 64 | 32 | 76 | 52 | 67 |
| Binary | 10111000 | 10111100 | 1011010 | 10 | 0 | 110100 | 11010 | 111110 | 101010 | 110111 |
Color Harmonies of #B8BC5A
Complementary color
Monochromatic Colors of #B8BC5A
Black with #B8BC5A
Text Example
Text Example
White with #B8BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC5A; }
p { color: rgb(184,188,90); }
H1.HeaderClassName
{
color: #B8BC5A;
}
.AnyTagClassName
{
color: #B8BC5A;
}
</style>
background-color css
<style>
a { background-color: #B8BC5A; }
a { background-color: rgb(184,188,90); }
div.DivClassName
{
background-color: #B8BC5A;
}
.BgClassName
{
background-color: #B8BC5A;
}
</style>
border-color css
<style>
span { border-color: #B8BC5A; }
span { border-color: rgb(184,188,90); }
td.TdClassName
{
border-color: #B8BC5A;
}
.TagClassName
{
border-color: #B8BC5A;
}
</style>