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