Shades of Olive Green #BCBA53
Tints of Olive Green #BCBA53
RGB
CMYK
RGB Variations
Color information
#BCBA53 (or 0xBCBA53) is known color: Olive Green. HEX triplet: BC, BA and 53. RGB value is (188,186,83). Sum of RGB (Red+Green+Blue) = 188+186+83=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA53 is #4345AC. Grayscale: #AFAFAF. Windows color (decimal): -4408749 or 5487292. OLE color: 5487292.
HSL color Cylindrical-coordinate representation of color #BCBA53: hue angle of 58.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCBA53 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 83 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.26 |
| HSL | 58.86º | 0.44% | 0.53% | - |
| HSV(B) | 58.86º | 0.56% | 0.74% | - |
| XYZ | 39.86 | 46.43 | 15.05 | - |
| YUV | 174.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 83 | 0 | 0.01 | 0.56 | 0.26 | 58.86 | 0.44 | 0.53 |
| Hex | BC | BA | 53 | 0 | 1 | 38 | 1A | 3B | 2C | 35 |
| Octal | 274 | 272 | 123 | 0 | 1 | 70 | 32 | 73 | 54 | 65 |
| Binary | 10111100 | 10111010 | 1010011 | 0 | 1 | 111000 | 11010 | 111011 | 101100 | 110101 |
Color Harmonies of #BCBA53
Complementary color
Monochromatic Colors of #BCBA53
Black with #BCBA53
Text Example
Text Example
White with #BCBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA53; }
p { color: rgb(188,186,83); }
H1.HeaderClassName
{
color: #BCBA53;
}
.AnyTagClassName
{
color: #BCBA53;
}
</style>
background-color css
<style>
a { background-color: #BCBA53; }
a { background-color: rgb(188,186,83); }
div.DivClassName
{
background-color: #BCBA53;
}
.BgClassName
{
background-color: #BCBA53;
}
</style>
border-color css
<style>
span { border-color: #BCBA53; }
span { border-color: rgb(188,186,83); }
td.TdClassName
{
border-color: #BCBA53;
}
.TagClassName
{
border-color: #BCBA53;
}
</style>