Shades of Olive Green #BCBA60
Tints of Olive Green #BCBA60
RGB
CMYK
RGB Variations
Color information
#BCBA60 (or 0xBCBA60) is known color: Olive Green. HEX triplet: BC, BA and 60. RGB value is (188,186,96). Sum of RGB (Red+Green+Blue) = 188+186+96=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA60 is #43459F. Grayscale: #B0B0B0. Windows color (decimal): -4408736 or 6339260. OLE color: 6339260.
HSL color Cylindrical-coordinate representation of color #BCBA60: hue angle of 58.7º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCBA60 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 96 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.26 |
| HSL | 58.7º | 0.41% | 0.56% | - |
| HSV(B) | 58.7º | 0.49% | 0.74% | - |
| XYZ | 40.41 | 46.65 | 17.94 | - |
| YUV | 176.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 96 | 0 | 0.01 | 0.49 | 0.26 | 58.7 | 0.41 | 0.56 |
| Hex | BC | BA | 60 | 0 | 1 | 31 | 1A | 3B | 29 | 38 |
| Octal | 274 | 272 | 140 | 0 | 1 | 61 | 32 | 73 | 51 | 70 |
| Binary | 10111100 | 10111010 | 1100000 | 0 | 1 | 110001 | 11010 | 111011 | 101001 | 111000 |
Color Harmonies of #BCBA60
Complementary color
Monochromatic Colors of #BCBA60
Black with #BCBA60
Text Example
Text Example
White with #BCBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA60; }
p { color: rgb(188,186,96); }
H1.HeaderClassName
{
color: #BCBA60;
}
.AnyTagClassName
{
color: #BCBA60;
}
</style>
background-color css
<style>
a { background-color: #BCBA60; }
a { background-color: rgb(188,186,96); }
div.DivClassName
{
background-color: #BCBA60;
}
.BgClassName
{
background-color: #BCBA60;
}
</style>
border-color css
<style>
span { border-color: #BCBA60; }
span { border-color: rgb(188,186,96); }
td.TdClassName
{
border-color: #BCBA60;
}
.TagClassName
{
border-color: #BCBA60;
}
</style>