Shades of Olive Green #BCB559
Tints of Olive Green #BCB559
RGB
CMYK
RGB Variations
Color information
#BCB559 (or 0xBCB559) is known color: Olive Green. HEX triplet: BC, B5 and 59. RGB value is (188,181,89). Sum of RGB (Red+Green+Blue) = 188+181+89=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB559 is #434AA6. Grayscale: #ACACAC. Windows color (decimal): -4410023 or 5879228. OLE color: 5879228.
HSL color Cylindrical-coordinate representation of color #BCB559: hue angle of 55.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB559 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 89 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.26 |
| HSL | 55.76º | 0.42% | 0.54% | - |
| HSV(B) | 55.76º | 0.53% | 0.74% | - |
| XYZ | 39.07 | 44.46 | 15.97 | - |
| YUV | 172.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 89 | 0 | 0.04 | 0.53 | 0.26 | 55.76 | 0.42 | 0.54 |
| Hex | BC | B5 | 59 | 0 | 4 | 35 | 1A | 38 | 2A | 36 |
| Octal | 274 | 265 | 131 | 0 | 4 | 65 | 32 | 70 | 52 | 66 |
| Binary | 10111100 | 10110101 | 1011001 | 0 | 100 | 110101 | 11010 | 111000 | 101010 | 110110 |
Color Harmonies of #BCB559
Complementary color
Monochromatic Colors of #BCB559
Black with #BCB559
Text Example
Text Example
White with #BCB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB559; }
p { color: rgb(188,181,89); }
H1.HeaderClassName
{
color: #BCB559;
}
.AnyTagClassName
{
color: #BCB559;
}
</style>
background-color css
<style>
a { background-color: #BCB559; }
a { background-color: rgb(188,181,89); }
div.DivClassName
{
background-color: #BCB559;
}
.BgClassName
{
background-color: #BCB559;
}
</style>
border-color css
<style>
span { border-color: #BCB559; }
span { border-color: rgb(188,181,89); }
td.TdClassName
{
border-color: #BCB559;
}
.TagClassName
{
border-color: #BCB559;
}
</style>