Shades of Chelsea Cucumber #8CA055
Tints of Chelsea Cucumber #8CA055
RGB
CMYK
RGB Variations
Color information
#8CA055 (or 0x8CA055) is known color: Chelsea Cucumber. HEX triplet: 8C, A0 and 55. RGB value is (140,160,85). Sum of RGB (Red+Green+Blue) = 140+160+85=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA055 is #735FAA. Grayscale: #919191. Windows color (decimal): -7561131 or 5611660. OLE color: 5611660.
HSL color Cylindrical-coordinate representation of color #8CA055: hue angle of 76º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CA055 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 85 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.37 |
| HSL | 76º | 0.31% | 0.48% | - |
| HSV(B) | 76º | 0.47% | 0.63% | - |
| XYZ | 25.03 | 31.37 | 13.33 | - |
| YUV | 145.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 85 | 0.12 | 0 | 0.47 | 0.37 | 76 | 0.31 | 0.48 |
| Hex | 8C | A0 | 55 | C | 0 | 2F | 25 | 4C | 1F | 30 |
| Octal | 214 | 240 | 125 | 14 | 0 | 57 | 45 | 114 | 37 | 60 |
| Binary | 10001100 | 10100000 | 1010101 | 1100 | 0 | 101111 | 100101 | 1001100 | 11111 | 110000 |
Color Harmonies of #8CA055
Complementary color
Monochromatic Colors of #8CA055
Black with #8CA055
Text Example
Text Example
White with #8CA055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA055; }
p { color: rgb(140,160,85); }
H1.HeaderClassName
{
color: #8CA055;
}
.AnyTagClassName
{
color: #8CA055;
}
</style>
background-color css
<style>
a { background-color: #8CA055; }
a { background-color: rgb(140,160,85); }
div.DivClassName
{
background-color: #8CA055;
}
.BgClassName
{
background-color: #8CA055;
}
</style>
border-color css
<style>
span { border-color: #8CA055; }
span { border-color: rgb(140,160,85); }
td.TdClassName
{
border-color: #8CA055;
}
.TagClassName
{
border-color: #8CA055;
}
</style>