Shades of Olive Green #BCB858
Tints of Olive Green #BCB858
RGB
CMYK
RGB Variations
Color information
#BCB858 (or 0xBCB858) is known color: Olive Green. HEX triplet: BC, B8 and 58. RGB value is (188,184,88). Sum of RGB (Red+Green+Blue) = 188+184+88=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB858 is #4347A7. Grayscale: #AEAEAE. Windows color (decimal): -4409256 or 5814460. OLE color: 5814460.
HSL color Cylindrical-coordinate representation of color #BCB858: hue angle of 57.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB858 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 88 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.26 |
| HSL | 57.6º | 0.43% | 0.54% | - |
| HSV(B) | 57.6º | 0.53% | 0.74% | - |
| XYZ | 39.64 | 45.68 | 15.96 | - |
| YUV | 174.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 88 | 0 | 0.02 | 0.53 | 0.26 | 57.6 | 0.43 | 0.54 |
| Hex | BC | B8 | 58 | 0 | 2 | 35 | 1A | 3A | 2B | 36 |
| Octal | 274 | 270 | 130 | 0 | 2 | 65 | 32 | 72 | 53 | 66 |
| Binary | 10111100 | 10111000 | 1011000 | 0 | 10 | 110101 | 11010 | 111010 | 101011 | 110110 |
Color Harmonies of #BCB858
Complementary color
Monochromatic Colors of #BCB858
Black with #BCB858
Text Example
Text Example
White with #BCB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB858; }
p { color: rgb(188,184,88); }
H1.HeaderClassName
{
color: #BCB858;
}
.AnyTagClassName
{
color: #BCB858;
}
</style>
background-color css
<style>
a { background-color: #BCB858; }
a { background-color: rgb(188,184,88); }
div.DivClassName
{
background-color: #BCB858;
}
.BgClassName
{
background-color: #BCB858;
}
</style>
border-color css
<style>
span { border-color: #BCB858; }
span { border-color: rgb(188,184,88); }
td.TdClassName
{
border-color: #BCB858;
}
.TagClassName
{
border-color: #BCB858;
}
</style>