Shades of Olive Green #BCB956
Tints of Olive Green #BCB956
RGB
CMYK
RGB Variations
Color information
#BCB956 (or 0xBCB956) is known color: Olive Green. HEX triplet: BC, B9 and 56. RGB value is (188,185,86). Sum of RGB (Red+Green+Blue) = 188+185+86=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB956 is #4346A9. Grayscale: #AFAFAF. Windows color (decimal): -4409002 or 5683644. OLE color: 5683644.
HSL color Cylindrical-coordinate representation of color #BCB956: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCB956 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 86 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.26 |
| HSL | 58.24º | 0.43% | 0.54% | - |
| HSV(B) | 58.24º | 0.54% | 0.74% | - |
| XYZ | 39.77 | 46.06 | 15.6 | - |
| YUV | 174.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 86 | 0 | 0.02 | 0.54 | 0.26 | 58.24 | 0.43 | 0.54 |
| Hex | BC | B9 | 56 | 0 | 2 | 36 | 1A | 3A | 2B | 36 |
| Octal | 274 | 271 | 126 | 0 | 2 | 66 | 32 | 72 | 53 | 66 |
| Binary | 10111100 | 10111001 | 1010110 | 0 | 10 | 110110 | 11010 | 111010 | 101011 | 110110 |
Color Harmonies of #BCB956
Complementary color
Monochromatic Colors of #BCB956
Black with #BCB956
Text Example
Text Example
White with #BCB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB956; }
p { color: rgb(188,185,86); }
H1.HeaderClassName
{
color: #BCB956;
}
.AnyTagClassName
{
color: #BCB956;
}
</style>
background-color css
<style>
a { background-color: #BCB956; }
a { background-color: rgb(188,185,86); }
div.DivClassName
{
background-color: #BCB956;
}
.BgClassName
{
background-color: #BCB956;
}
</style>
border-color css
<style>
span { border-color: #BCB956; }
span { border-color: rgb(188,185,86); }
td.TdClassName
{
border-color: #BCB956;
}
.TagClassName
{
border-color: #BCB956;
}
</style>