Shades of Olive Green #BCB053
Tints of Olive Green #BCB053
RGB
CMYK
RGB Variations
Color information
#BCB053 (or 0xBCB053) is known color: Olive Green. HEX triplet: BC, B0 and 53. RGB value is (188,176,83). Sum of RGB (Red+Green+Blue) = 188+176+83=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB053 is #434FAC. Grayscale: #A9A9A9. Windows color (decimal): -4411309 or 5484732. OLE color: 5484732.
HSL color Cylindrical-coordinate representation of color #BCB053: hue angle of 53.14º 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 #BCB053 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 83 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.26 |
| HSL | 53.14º | 0.44% | 0.53% | - |
| HSV(B) | 53.14º | 0.56% | 0.74% | - |
| XYZ | 37.83 | 42.37 | 14.37 | - |
| YUV | 168.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 83 | 0 | 0.06 | 0.56 | 0.26 | 53.14 | 0.44 | 0.53 |
| Hex | BC | B0 | 53 | 0 | 6 | 38 | 1A | 35 | 2C | 35 |
| Octal | 274 | 260 | 123 | 0 | 6 | 70 | 32 | 65 | 54 | 65 |
| Binary | 10111100 | 10110000 | 1010011 | 0 | 110 | 111000 | 11010 | 110101 | 101100 | 110101 |
Color Harmonies of #BCB053
Complementary color
Monochromatic Colors of #BCB053
Black with #BCB053
Text Example
Text Example
White with #BCB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB053; }
p { color: rgb(188,176,83); }
H1.HeaderClassName
{
color: #BCB053;
}
.AnyTagClassName
{
color: #BCB053;
}
</style>
background-color css
<style>
a { background-color: #BCB053; }
a { background-color: rgb(188,176,83); }
div.DivClassName
{
background-color: #BCB053;
}
.BgClassName
{
background-color: #BCB053;
}
</style>
border-color css
<style>
span { border-color: #BCB053; }
span { border-color: rgb(188,176,83); }
td.TdClassName
{
border-color: #BCB053;
}
.TagClassName
{
border-color: #BCB053;
}
</style>