Shades of Olive Green #BCBA5A
Tints of Olive Green #BCBA5A
RGB
CMYK
RGB Variations
Color information
#BCBA5A (or 0xBCBA5A) is known color: Olive Green. HEX triplet: BC, BA and 5A. RGB value is (188,186,90). Sum of RGB (Red+Green+Blue) = 188+186+90=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5A is #4345A5. Grayscale: #B0B0B0. Windows color (decimal): -4408742 or 5946044. OLE color: 5946044.
HSL color Cylindrical-coordinate representation of color #BCBA5A: hue angle of 58.78º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCBA5A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 90 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.26 |
| HSL | 58.78º | 0.42% | 0.55% | - |
| HSV(B) | 58.78º | 0.52% | 0.74% | - |
| XYZ | 40.14 | 46.55 | 16.54 | - |
| YUV | 175.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 90 | 0 | 0.01 | 0.52 | 0.26 | 58.78 | 0.42 | 0.55 |
| Hex | BC | BA | 5A | 0 | 1 | 34 | 1A | 3B | 2A | 37 |
| Octal | 274 | 272 | 132 | 0 | 1 | 64 | 32 | 73 | 52 | 67 |
| Binary | 10111100 | 10111010 | 1011010 | 0 | 1 | 110100 | 11010 | 111011 | 101010 | 110111 |
Color Harmonies of #BCBA5A
Complementary color
Monochromatic Colors of #BCBA5A
Black with #BCBA5A
Text Example
Text Example
White with #BCBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA5A; }
p { color: rgb(188,186,90); }
H1.HeaderClassName
{
color: #BCBA5A;
}
.AnyTagClassName
{
color: #BCBA5A;
}
</style>
background-color css
<style>
a { background-color: #BCBA5A; }
a { background-color: rgb(188,186,90); }
div.DivClassName
{
background-color: #BCBA5A;
}
.BgClassName
{
background-color: #BCBA5A;
}
</style>
border-color css
<style>
span { border-color: #BCBA5A; }
span { border-color: rgb(188,186,90); }
td.TdClassName
{
border-color: #BCBA5A;
}
.TagClassName
{
border-color: #BCBA5A;
}
</style>