Shades of Olive Green #BCB853
Tints of Olive Green #BCB853
RGB
CMYK
RGB Variations
Color information
#BCB853 (or 0xBCB853) is known color: Olive Green. HEX triplet: BC, B8 and 53. RGB value is (188,184,83). Sum of RGB (Red+Green+Blue) = 188+184+83=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB853 is #4347AC. Grayscale: #AEAEAE. Windows color (decimal): -4409261 or 5486780. OLE color: 5486780.
HSL color Cylindrical-coordinate representation of color #BCB853: hue angle of 57.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCB853 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 83 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.26 |
| HSL | 57.71º | 0.44% | 0.53% | - |
| HSV(B) | 57.71º | 0.56% | 0.74% | - |
| XYZ | 39.44 | 45.6 | 14.91 | - |
| YUV | 173.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 83 | 0 | 0.02 | 0.56 | 0.26 | 57.71 | 0.44 | 0.53 |
| Hex | BC | B8 | 53 | 0 | 2 | 38 | 1A | 3A | 2C | 35 |
| Octal | 274 | 270 | 123 | 0 | 2 | 70 | 32 | 72 | 54 | 65 |
| Binary | 10111100 | 10111000 | 1010011 | 0 | 10 | 111000 | 11010 | 111010 | 101100 | 110101 |
Color Harmonies of #BCB853
Complementary color
Monochromatic Colors of #BCB853
Black with #BCB853
Text Example
Text Example
White with #BCB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB853; }
p { color: rgb(188,184,83); }
H1.HeaderClassName
{
color: #BCB853;
}
.AnyTagClassName
{
color: #BCB853;
}
</style>
background-color css
<style>
a { background-color: #BCB853; }
a { background-color: rgb(188,184,83); }
div.DivClassName
{
background-color: #BCB853;
}
.BgClassName
{
background-color: #BCB853;
}
</style>
border-color css
<style>
span { border-color: #BCB853; }
span { border-color: rgb(188,184,83); }
td.TdClassName
{
border-color: #BCB853;
}
.TagClassName
{
border-color: #BCB853;
}
</style>