Shades of Olive Green #BCBA56
Tints of Olive Green #BCBA56
RGB
CMYK
RGB Variations
Color information
#BCBA56 (or 0xBCBA56) is known color: Olive Green. HEX triplet: BC, BA and 56. RGB value is (188,186,86). Sum of RGB (Red+Green+Blue) = 188+186+86=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA56 is #4345A9. Grayscale: #AFAFAF. Windows color (decimal): -4408746 or 5683900. OLE color: 5683900.
HSL color Cylindrical-coordinate representation of color #BCBA56: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCBA56 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 86 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.26 |
| HSL | 58.82º | 0.43% | 0.54% | - |
| HSV(B) | 58.82º | 0.54% | 0.74% | - |
| XYZ | 39.98 | 46.48 | 15.67 | - |
| YUV | 175.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 86 | 0 | 0.01 | 0.54 | 0.26 | 58.82 | 0.43 | 0.54 |
| Hex | BC | BA | 56 | 0 | 1 | 36 | 1A | 3B | 2B | 36 |
| Octal | 274 | 272 | 126 | 0 | 1 | 66 | 32 | 73 | 53 | 66 |
| Binary | 10111100 | 10111010 | 1010110 | 0 | 1 | 110110 | 11010 | 111011 | 101011 | 110110 |
Color Harmonies of #BCBA56
Complementary color
Monochromatic Colors of #BCBA56
Black with #BCBA56
Text Example
Text Example
White with #BCBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA56; }
p { color: rgb(188,186,86); }
H1.HeaderClassName
{
color: #BCBA56;
}
.AnyTagClassName
{
color: #BCBA56;
}
</style>
background-color css
<style>
a { background-color: #BCBA56; }
a { background-color: rgb(188,186,86); }
div.DivClassName
{
background-color: #BCBA56;
}
.BgClassName
{
background-color: #BCBA56;
}
</style>
border-color css
<style>
span { border-color: #BCBA56; }
span { border-color: rgb(188,186,86); }
td.TdClassName
{
border-color: #BCBA56;
}
.TagClassName
{
border-color: #BCBA56;
}
</style>