Shades of Chelsea Cucumber #8CB860
Tints of Chelsea Cucumber #8CB860
RGB
CMYK
RGB Variations
Color information
#8CB860 (or 0x8CB860) is known color: Chelsea Cucumber. HEX triplet: 8C, B8 and 60. RGB value is (140,184,96). Sum of RGB (Red+Green+Blue) = 140+184+96=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB860 is #73479F. Grayscale: #A1A1A1. Windows color (decimal): -7554976 or 6338700. OLE color: 6338700.
HSL color Cylindrical-coordinate representation of color #8CB860: hue angle of 90º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB860 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 96 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.28 |
| HSL | 90º | 0.38% | 0.55% | - |
| HSV(B) | 90º | 0.48% | 0.72% | - |
| XYZ | 30.07 | 40.7 | 17.34 | - |
| YUV | 160.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 96 | 0.24 | 0 | 0.48 | 0.28 | 90 | 0.38 | 0.55 |
| Hex | 8C | B8 | 60 | 18 | 0 | 30 | 1C | 5A | 26 | 37 |
| Octal | 214 | 270 | 140 | 30 | 0 | 60 | 34 | 132 | 46 | 67 |
| Binary | 10001100 | 10111000 | 1100000 | 11000 | 0 | 110000 | 11100 | 1011010 | 100110 | 110111 |
Color Harmonies of #8CB860
Complementary color
Monochromatic Colors of #8CB860
Black with #8CB860
Text Example
Text Example
White with #8CB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB860; }
p { color: rgb(140,184,96); }
H1.HeaderClassName
{
color: #8CB860;
}
.AnyTagClassName
{
color: #8CB860;
}
</style>
background-color css
<style>
a { background-color: #8CB860; }
a { background-color: rgb(140,184,96); }
div.DivClassName
{
background-color: #8CB860;
}
.BgClassName
{
background-color: #8CB860;
}
</style>
border-color css
<style>
span { border-color: #8CB860; }
span { border-color: rgb(140,184,96); }
td.TdClassName
{
border-color: #8CB860;
}
.TagClassName
{
border-color: #8CB860;
}
</style>