Shades of Olive Green #BCB054
Tints of Olive Green #BCB054
RGB
CMYK
RGB Variations
Color information
#BCB054 (or 0xBCB054) is known color: Olive Green. HEX triplet: BC, B0 and 54. RGB value is (188,176,84). Sum of RGB (Red+Green+Blue) = 188+176+84=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB054 is #434FAB. Grayscale: #A9A9A9. Windows color (decimal): -4411308 or 5550268. OLE color: 5550268.
HSL color Cylindrical-coordinate representation of color #BCB054: hue angle of 53.08º 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 #BCB054 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 84 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.26 |
| HSL | 53.08º | 0.44% | 0.53% | - |
| HSV(B) | 53.08º | 0.55% | 0.74% | - |
| XYZ | 37.86 | 42.38 | 14.57 | - |
| YUV | 169.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 84 | 0 | 0.06 | 0.55 | 0.26 | 53.08 | 0.44 | 0.53 |
| Hex | BC | B0 | 54 | 0 | 6 | 37 | 1A | 35 | 2C | 35 |
| Octal | 274 | 260 | 124 | 0 | 6 | 67 | 32 | 65 | 54 | 65 |
| Binary | 10111100 | 10110000 | 1010100 | 0 | 110 | 110111 | 11010 | 110101 | 101100 | 110101 |
Color Harmonies of #BCB054
Complementary color
Monochromatic Colors of #BCB054
Black with #BCB054
Text Example
Text Example
White with #BCB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB054; }
p { color: rgb(188,176,84); }
H1.HeaderClassName
{
color: #BCB054;
}
.AnyTagClassName
{
color: #BCB054;
}
</style>
background-color css
<style>
a { background-color: #BCB054; }
a { background-color: rgb(188,176,84); }
div.DivClassName
{
background-color: #BCB054;
}
.BgClassName
{
background-color: #BCB054;
}
</style>
border-color css
<style>
span { border-color: #BCB054; }
span { border-color: rgb(188,176,84); }
td.TdClassName
{
border-color: #BCB054;
}
.TagClassName
{
border-color: #BCB054;
}
</style>