Shades of Chelsea Cucumber #8CA856
Tints of Chelsea Cucumber #8CA856
RGB
CMYK
RGB Variations
Color information
#8CA856 (or 0x8CA856) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 56. RGB value is (140,168,86). Sum of RGB (Red+Green+Blue) = 140+168+86=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA856 is #7357A9. Grayscale: #969696. Windows color (decimal): -7559082 or 5679244. OLE color: 5679244.
HSL color Cylindrical-coordinate representation of color #8CA856: hue angle of 80.49º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CA856 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 86 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.34 |
| HSL | 80.49º | 0.32% | 0.5% | - |
| HSV(B) | 80.49º | 0.49% | 0.66% | - |
| XYZ | 26.5 | 34.25 | 14.02 | - |
| YUV | 150.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 86 | 0.17 | 0 | 0.49 | 0.34 | 80.49 | 0.32 | 0.5 |
| Hex | 8C | A8 | 56 | 11 | 0 | 31 | 22 | 50 | 20 | 32 |
| Octal | 214 | 250 | 126 | 21 | 0 | 61 | 42 | 120 | 40 | 62 |
| Binary | 10001100 | 10101000 | 1010110 | 10001 | 0 | 110001 | 100010 | 1010000 | 100000 | 110010 |
Color Harmonies of #8CA856
Complementary color
Monochromatic Colors of #8CA856
Black with #8CA856
Text Example
Text Example
White with #8CA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA856; }
p { color: rgb(140,168,86); }
H1.HeaderClassName
{
color: #8CA856;
}
.AnyTagClassName
{
color: #8CA856;
}
</style>
background-color css
<style>
a { background-color: #8CA856; }
a { background-color: rgb(140,168,86); }
div.DivClassName
{
background-color: #8CA856;
}
.BgClassName
{
background-color: #8CA856;
}
</style>
border-color css
<style>
span { border-color: #8CA856; }
span { border-color: rgb(140,168,86); }
td.TdClassName
{
border-color: #8CA856;
}
.TagClassName
{
border-color: #8CA856;
}
</style>