Shades of Olive Green #BCBC5A
Tints of Olive Green #BCBC5A
RGB
CMYK
RGB Variations
Color information
#BCBC5A (or 0xBCBC5A) is known color: Olive Green. HEX triplet: BC, BC and 5A. RGB value is (188,188,90). Sum of RGB (Red+Green+Blue) = 188+188+90=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5A is #4343A5. Grayscale: #B1B1B1. Windows color (decimal): -4408230 or 5946556. OLE color: 5946556.
HSL color Cylindrical-coordinate representation of color #BCBC5A: hue angle of 60º 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 #BCBC5A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 90 | - |
| CMYK | 0 | 0 | 0.52 | 0.26 |
| HSL | 60º | 0.42% | 0.55% | - |
| HSV(B) | 60º | 0.52% | 0.74% | - |
| XYZ | 40.57 | 47.4 | 16.68 | - |
| YUV | 176.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 90 | 0 | 0 | 0.52 | 0.26 | 60 | 0.42 | 0.55 |
| Hex | BC | BC | 5A | 0 | 0 | 34 | 1A | 3C | 2A | 37 |
| Octal | 274 | 274 | 132 | 0 | 0 | 64 | 32 | 74 | 52 | 67 |
| Binary | 10111100 | 10111100 | 1011010 | 0 | 0 | 110100 | 11010 | 111100 | 101010 | 110111 |
Color Harmonies of #BCBC5A
Complementary color
Monochromatic Colors of #BCBC5A
Black with #BCBC5A
Text Example
Text Example
White with #BCBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC5A; }
p { color: rgb(188,188,90); }
H1.HeaderClassName
{
color: #BCBC5A;
}
.AnyTagClassName
{
color: #BCBC5A;
}
</style>
background-color css
<style>
a { background-color: #BCBC5A; }
a { background-color: rgb(188,188,90); }
div.DivClassName
{
background-color: #BCBC5A;
}
.BgClassName
{
background-color: #BCBC5A;
}
</style>
border-color css
<style>
span { border-color: #BCBC5A; }
span { border-color: rgb(188,188,90); }
td.TdClassName
{
border-color: #BCBC5A;
}
.TagClassName
{
border-color: #BCBC5A;
}
</style>