Shades of Olive Green #BCB953
Tints of Olive Green #BCB953
RGB
CMYK
RGB Variations
Color information
#BCB953 (or 0xBCB953) is known color: Olive Green. HEX triplet: BC, B9 and 53. RGB value is (188,185,83). Sum of RGB (Red+Green+Blue) = 188+185+83=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB953 is #4346AC. Grayscale: #AEAEAE. Windows color (decimal): -4409005 or 5487036. OLE color: 5487036.
HSL color Cylindrical-coordinate representation of color #BCB953: hue angle of 58.29º 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 #BCB953 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 83 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.26 |
| HSL | 58.29º | 0.44% | 0.53% | - |
| HSV(B) | 58.29º | 0.56% | 0.74% | - |
| XYZ | 39.65 | 46.01 | 14.98 | - |
| YUV | 174.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 83 | 0 | 0.02 | 0.56 | 0.26 | 58.29 | 0.44 | 0.53 |
| Hex | BC | B9 | 53 | 0 | 2 | 38 | 1A | 3A | 2C | 35 |
| Octal | 274 | 271 | 123 | 0 | 2 | 70 | 32 | 72 | 54 | 65 |
| Binary | 10111100 | 10111001 | 1010011 | 0 | 10 | 111000 | 11010 | 111010 | 101100 | 110101 |
Color Harmonies of #BCB953
Complementary color
Monochromatic Colors of #BCB953
Black with #BCB953
Text Example
Text Example
White with #BCB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB953; }
p { color: rgb(188,185,83); }
H1.HeaderClassName
{
color: #BCB953;
}
.AnyTagClassName
{
color: #BCB953;
}
</style>
background-color css
<style>
a { background-color: #BCB953; }
a { background-color: rgb(188,185,83); }
div.DivClassName
{
background-color: #BCB953;
}
.BgClassName
{
background-color: #BCB953;
}
</style>
border-color css
<style>
span { border-color: #BCB953; }
span { border-color: rgb(188,185,83); }
td.TdClassName
{
border-color: #BCB953;
}
.TagClassName
{
border-color: #BCB953;
}
</style>