Shades of Chelsea Cucumber #8CA86B
Tints of Chelsea Cucumber #8CA86B
RGB
CMYK
RGB Variations
Color information
#8CA86B (or 0x8CA86B) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 6B. RGB value is (140,168,107). Sum of RGB (Red+Green+Blue) = 140+168+107=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA86B is #735794. Grayscale: #989898. Windows color (decimal): -7559061 or 7055500. OLE color: 7055500.
HSL color Cylindrical-coordinate representation of color #8CA86B: hue angle of 87.54º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA86B is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 107 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.34 |
| HSL | 87.54º | 0.26% | 0.54% | - |
| HSV(B) | 87.54º | 0.36% | 0.66% | - |
| XYZ | 27.47 | 34.64 | 19.15 | - |
| YUV | 152.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 107 | 0.17 | 0 | 0.36 | 0.34 | 87.54 | 0.26 | 0.54 |
| Hex | 8C | A8 | 6B | 11 | 0 | 24 | 22 | 58 | 1A | 36 |
| Octal | 214 | 250 | 153 | 21 | 0 | 44 | 42 | 130 | 32 | 66 |
| Binary | 10001100 | 10101000 | 1101011 | 10001 | 0 | 100100 | 100010 | 1011000 | 11010 | 110110 |
Color Harmonies of #8CA86B
Complementary color
Monochromatic Colors of #8CA86B
Black with #8CA86B
Text Example
Text Example
White with #8CA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA86B; }
p { color: rgb(140,168,107); }
H1.HeaderClassName
{
color: #8CA86B;
}
.AnyTagClassName
{
color: #8CA86B;
}
</style>
background-color css
<style>
a { background-color: #8CA86B; }
a { background-color: rgb(140,168,107); }
div.DivClassName
{
background-color: #8CA86B;
}
.BgClassName
{
background-color: #8CA86B;
}
</style>
border-color css
<style>
span { border-color: #8CA86B; }
span { border-color: rgb(140,168,107); }
td.TdClassName
{
border-color: #8CA86B;
}
.TagClassName
{
border-color: #8CA86B;
}
</style>