Shades of Olive Green #BCB155
Tints of Olive Green #BCB155
RGB
CMYK
RGB Variations
Color information
#BCB155 (or 0xBCB155) is known color: Olive Green. HEX triplet: BC, B1 and 55. RGB value is (188,177,85). Sum of RGB (Red+Green+Blue) = 188+177+85=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB155 is #434EAA. Grayscale: #AAAAAA. Windows color (decimal): -4411051 or 5616060. OLE color: 5616060.
HSL color Cylindrical-coordinate representation of color #BCB155: hue angle of 53.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCB155 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 85 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.26 |
| HSL | 53.59º | 0.43% | 0.54% | - |
| HSV(B) | 53.59º | 0.55% | 0.74% | - |
| XYZ | 38.1 | 42.79 | 14.85 | - |
| YUV | 169.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 85 | 0 | 0.06 | 0.55 | 0.26 | 53.59 | 0.43 | 0.54 |
| Hex | BC | B1 | 55 | 0 | 6 | 37 | 1A | 36 | 2B | 36 |
| Octal | 274 | 261 | 125 | 0 | 6 | 67 | 32 | 66 | 53 | 66 |
| Binary | 10111100 | 10110001 | 1010101 | 0 | 110 | 110111 | 11010 | 110110 | 101011 | 110110 |
Color Harmonies of #BCB155
Complementary color
Monochromatic Colors of #BCB155
Black with #BCB155
Text Example
Text Example
White with #BCB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB155; }
p { color: rgb(188,177,85); }
H1.HeaderClassName
{
color: #BCB155;
}
.AnyTagClassName
{
color: #BCB155;
}
</style>
background-color css
<style>
a { background-color: #BCB155; }
a { background-color: rgb(188,177,85); }
div.DivClassName
{
background-color: #BCB155;
}
.BgClassName
{
background-color: #BCB155;
}
</style>
border-color css
<style>
span { border-color: #BCB155; }
span { border-color: rgb(188,177,85); }
td.TdClassName
{
border-color: #BCB155;
}
.TagClassName
{
border-color: #BCB155;
}
</style>