Shades of Olive Green #BCB653
Tints of Olive Green #BCB653
RGB
CMYK
RGB Variations
Color information
#BCB653 (or 0xBCB653) is known color: Olive Green. HEX triplet: BC, B6 and 53. RGB value is (188,182,83). Sum of RGB (Red+Green+Blue) = 188+182+83=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB653 is #4349AC. Grayscale: #ACACAC. Windows color (decimal): -4409773 or 5486268. OLE color: 5486268.
HSL color Cylindrical-coordinate representation of color #BCB653: hue angle of 56.57º 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 #BCB653 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 83 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.26 |
| HSL | 56.57º | 0.44% | 0.53% | - |
| HSV(B) | 56.57º | 0.56% | 0.74% | - |
| XYZ | 39.03 | 44.77 | 14.77 | - |
| YUV | 172.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 83 | 0 | 0.03 | 0.56 | 0.26 | 56.57 | 0.44 | 0.53 |
| Hex | BC | B6 | 53 | 0 | 3 | 38 | 1A | 39 | 2C | 35 |
| Octal | 274 | 266 | 123 | 0 | 3 | 70 | 32 | 71 | 54 | 65 |
| Binary | 10111100 | 10110110 | 1010011 | 0 | 11 | 111000 | 11010 | 111001 | 101100 | 110101 |
Color Harmonies of #BCB653
Complementary color
Monochromatic Colors of #BCB653
Black with #BCB653
Text Example
Text Example
White with #BCB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB653; }
p { color: rgb(188,182,83); }
H1.HeaderClassName
{
color: #BCB653;
}
.AnyTagClassName
{
color: #BCB653;
}
</style>
background-color css
<style>
a { background-color: #BCB653; }
a { background-color: rgb(188,182,83); }
div.DivClassName
{
background-color: #BCB653;
}
.BgClassName
{
background-color: #BCB653;
}
</style>
border-color css
<style>
span { border-color: #BCB653; }
span { border-color: rgb(188,182,83); }
td.TdClassName
{
border-color: #BCB653;
}
.TagClassName
{
border-color: #BCB653;
}
</style>