Shades of Olive Green #BCB253
Tints of Olive Green #BCB253
RGB
CMYK
RGB Variations
Color information
#BCB253 (or 0xBCB253) is known color: Olive Green. HEX triplet: BC, B2 and 53. RGB value is (188,178,83). Sum of RGB (Red+Green+Blue) = 188+178+83=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB253 is #434DAC. Grayscale: #AAAAAA. Windows color (decimal): -4410797 or 5485244. OLE color: 5485244.
HSL color Cylindrical-coordinate representation of color #BCB253: hue angle of 54.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 #BCB253 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 83 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.26 |
| HSL | 54.29º | 0.44% | 0.53% | - |
| HSV(B) | 54.29º | 0.56% | 0.74% | - |
| XYZ | 38.22 | 43.16 | 14.5 | - |
| YUV | 170.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 83 | 0 | 0.05 | 0.56 | 0.26 | 54.29 | 0.44 | 0.53 |
| Hex | BC | B2 | 53 | 0 | 5 | 38 | 1A | 36 | 2C | 35 |
| Octal | 274 | 262 | 123 | 0 | 5 | 70 | 32 | 66 | 54 | 65 |
| Binary | 10111100 | 10110010 | 1010011 | 0 | 101 | 111000 | 11010 | 110110 | 101100 | 110101 |
Color Harmonies of #BCB253
Complementary color
Monochromatic Colors of #BCB253
Black with #BCB253
Text Example
Text Example
White with #BCB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB253; }
p { color: rgb(188,178,83); }
H1.HeaderClassName
{
color: #BCB253;
}
.AnyTagClassName
{
color: #BCB253;
}
</style>
background-color css
<style>
a { background-color: #BCB253; }
a { background-color: rgb(188,178,83); }
div.DivClassName
{
background-color: #BCB253;
}
.BgClassName
{
background-color: #BCB253;
}
</style>
border-color css
<style>
span { border-color: #BCB253; }
span { border-color: rgb(188,178,83); }
td.TdClassName
{
border-color: #BCB253;
}
.TagClassName
{
border-color: #BCB253;
}
</style>