Shades of Olive Green #BCB954
Tints of Olive Green #BCB954
RGB
CMYK
RGB Variations
Color information
#BCB954 (or 0xBCB954) is known color: Olive Green. HEX triplet: BC, B9 and 54. RGB value is (188,185,84). Sum of RGB (Red+Green+Blue) = 188+185+84=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB954 is #4346AB. Grayscale: #AEAEAE. Windows color (decimal): -4409004 or 5552572. OLE color: 5552572.
HSL color Cylindrical-coordinate representation of color #BCB954: hue angle of 58.27º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCB954 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 84 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.26 |
| HSL | 58.27º | 0.44% | 0.53% | - |
| HSV(B) | 58.27º | 0.55% | 0.74% | - |
| XYZ | 39.69 | 46.03 | 15.18 | - |
| YUV | 174.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 84 | 0 | 0.02 | 0.55 | 0.26 | 58.27 | 0.44 | 0.53 |
| Hex | BC | B9 | 54 | 0 | 2 | 37 | 1A | 3A | 2C | 35 |
| Octal | 274 | 271 | 124 | 0 | 2 | 67 | 32 | 72 | 54 | 65 |
| Binary | 10111100 | 10111001 | 1010100 | 0 | 10 | 110111 | 11010 | 111010 | 101100 | 110101 |
Color Harmonies of #BCB954
Complementary color
Monochromatic Colors of #BCB954
Black with #BCB954
Text Example
Text Example
White with #BCB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB954; }
p { color: rgb(188,185,84); }
H1.HeaderClassName
{
color: #BCB954;
}
.AnyTagClassName
{
color: #BCB954;
}
</style>
background-color css
<style>
a { background-color: #BCB954; }
a { background-color: rgb(188,185,84); }
div.DivClassName
{
background-color: #BCB954;
}
.BgClassName
{
background-color: #BCB954;
}
</style>
border-color css
<style>
span { border-color: #BCB954; }
span { border-color: rgb(188,185,84); }
td.TdClassName
{
border-color: #BCB954;
}
.TagClassName
{
border-color: #BCB954;
}
</style>