Shades of Olive Green #BCBA55
Tints of Olive Green #BCBA55
RGB
CMYK
RGB Variations
Color information
#BCBA55 (or 0xBCBA55) is known color: Olive Green. HEX triplet: BC, BA and 55. RGB value is (188,186,85). Sum of RGB (Red+Green+Blue) = 188+186+85=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA55 is #4345AA. Grayscale: #AFAFAF. Windows color (decimal): -4408747 or 5618364. OLE color: 5618364.
HSL color Cylindrical-coordinate representation of color #BCBA55: hue angle of 58.83º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCBA55 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 85 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.26 |
| HSL | 58.83º | 0.43% | 0.54% | - |
| HSV(B) | 58.83º | 0.55% | 0.74% | - |
| XYZ | 39.94 | 46.47 | 15.46 | - |
| YUV | 175.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 85 | 0 | 0.01 | 0.55 | 0.26 | 58.83 | 0.43 | 0.54 |
| Hex | BC | BA | 55 | 0 | 1 | 37 | 1A | 3B | 2B | 36 |
| Octal | 274 | 272 | 125 | 0 | 1 | 67 | 32 | 73 | 53 | 66 |
| Binary | 10111100 | 10111010 | 1010101 | 0 | 1 | 110111 | 11010 | 111011 | 101011 | 110110 |
Color Harmonies of #BCBA55
Complementary color
Monochromatic Colors of #BCBA55
Black with #BCBA55
Text Example
Text Example
White with #BCBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA55; }
p { color: rgb(188,186,85); }
H1.HeaderClassName
{
color: #BCBA55;
}
.AnyTagClassName
{
color: #BCBA55;
}
</style>
background-color css
<style>
a { background-color: #BCBA55; }
a { background-color: rgb(188,186,85); }
div.DivClassName
{
background-color: #BCBA55;
}
.BgClassName
{
background-color: #BCBA55;
}
</style>
border-color css
<style>
span { border-color: #BCBA55; }
span { border-color: rgb(188,186,85); }
td.TdClassName
{
border-color: #BCBA55;
}
.TagClassName
{
border-color: #BCBA55;
}
</style>