Shades of Olive Green #BCBA5D
Tints of Olive Green #BCBA5D
RGB
CMYK
RGB Variations
Color information
#BCBA5D (or 0xBCBA5D) is known color: Olive Green. HEX triplet: BC, BA and 5D. RGB value is (188,186,93). Sum of RGB (Red+Green+Blue) = 188+186+93=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5D is #4345A2. Grayscale: #B0B0B0. Windows color (decimal): -4408739 or 6142652. OLE color: 6142652.
HSL color Cylindrical-coordinate representation of color #BCBA5D: hue angle of 58.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBA5D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 93 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.26 |
| HSL | 58.74º | 0.41% | 0.55% | - |
| HSV(B) | 58.74º | 0.51% | 0.74% | - |
| XYZ | 40.27 | 46.6 | 17.23 | - |
| YUV | 176 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 93 | 0 | 0.01 | 0.51 | 0.26 | 58.74 | 0.41 | 0.55 |
| Hex | BC | BA | 5D | 0 | 1 | 33 | 1A | 3B | 29 | 37 |
| Octal | 274 | 272 | 135 | 0 | 1 | 63 | 32 | 73 | 51 | 67 |
| Binary | 10111100 | 10111010 | 1011101 | 0 | 1 | 110011 | 11010 | 111011 | 101001 | 110111 |
Color Harmonies of #BCBA5D
Complementary color
Monochromatic Colors of #BCBA5D
Black with #BCBA5D
Text Example
Text Example
White with #BCBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA5D; }
p { color: rgb(188,186,93); }
H1.HeaderClassName
{
color: #BCBA5D;
}
.AnyTagClassName
{
color: #BCBA5D;
}
</style>
background-color css
<style>
a { background-color: #BCBA5D; }
a { background-color: rgb(188,186,93); }
div.DivClassName
{
background-color: #BCBA5D;
}
.BgClassName
{
background-color: #BCBA5D;
}
</style>
border-color css
<style>
span { border-color: #BCBA5D; }
span { border-color: rgb(188,186,93); }
td.TdClassName
{
border-color: #BCBA5D;
}
.TagClassName
{
border-color: #BCBA5D;
}
</style>