Shades of Olive Green #BCB455
Tints of Olive Green #BCB455
RGB
CMYK
RGB Variations
Color information
#BCB455 (or 0xBCB455) is known color: Olive Green. HEX triplet: BC, B4 and 55. RGB value is (188,180,85). Sum of RGB (Red+Green+Blue) = 188+180+85=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB455 is #434BAA. Grayscale: #ABABAB. Windows color (decimal): -4410283 or 5616828. OLE color: 5616828.
HSL color Cylindrical-coordinate representation of color #BCB455: hue angle of 55.34º 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 #BCB455 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 85 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.26 |
| HSL | 55.34º | 0.43% | 0.54% | - |
| HSV(B) | 55.34º | 0.55% | 0.74% | - |
| XYZ | 38.7 | 43.99 | 15.05 | - |
| YUV | 171.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 85 | 0 | 0.04 | 0.55 | 0.26 | 55.34 | 0.43 | 0.54 |
| Hex | BC | B4 | 55 | 0 | 4 | 37 | 1A | 37 | 2B | 36 |
| Octal | 274 | 264 | 125 | 0 | 4 | 67 | 32 | 67 | 53 | 66 |
| Binary | 10111100 | 10110100 | 1010101 | 0 | 100 | 110111 | 11010 | 110111 | 101011 | 110110 |
Color Harmonies of #BCB455
Complementary color
Monochromatic Colors of #BCB455
Black with #BCB455
Text Example
Text Example
White with #BCB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB455; }
p { color: rgb(188,180,85); }
H1.HeaderClassName
{
color: #BCB455;
}
.AnyTagClassName
{
color: #BCB455;
}
</style>
background-color css
<style>
a { background-color: #BCB455; }
a { background-color: rgb(188,180,85); }
div.DivClassName
{
background-color: #BCB455;
}
.BgClassName
{
background-color: #BCB455;
}
</style>
border-color css
<style>
span { border-color: #BCB455; }
span { border-color: rgb(188,180,85); }
td.TdClassName
{
border-color: #BCB455;
}
.TagClassName
{
border-color: #BCB455;
}
</style>