Shades of Chelsea Cucumber #8CAC66
Tints of Chelsea Cucumber #8CAC66
RGB
CMYK
RGB Variations
Color information
#8CAC66 (or 0x8CAC66) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 66. RGB value is (140,172,102). Sum of RGB (Red+Green+Blue) = 140+172+102=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC66 is #735399. Grayscale: #9A9A9A. Windows color (decimal): -7558042 or 6728844. OLE color: 6728844.
HSL color Cylindrical-coordinate representation of color #8CAC66: hue angle of 87.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAC66 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 102 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.33 |
| HSL | 87.43º | 0.3% | 0.54% | - |
| HSV(B) | 87.43º | 0.41% | 0.67% | - |
| XYZ | 27.97 | 36.04 | 18.05 | - |
| YUV | 154.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 102 | 0.19 | 0 | 0.41 | 0.33 | 87.43 | 0.3 | 0.54 |
| Hex | 8C | AC | 66 | 13 | 0 | 29 | 21 | 57 | 1E | 36 |
| Octal | 214 | 254 | 146 | 23 | 0 | 51 | 41 | 127 | 36 | 66 |
| Binary | 10001100 | 10101100 | 1100110 | 10011 | 0 | 101001 | 100001 | 1010111 | 11110 | 110110 |
Color Harmonies of #8CAC66
Complementary color
Monochromatic Colors of #8CAC66
Black with #8CAC66
Text Example
Text Example
White with #8CAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC66; }
p { color: rgb(140,172,102); }
H1.HeaderClassName
{
color: #8CAC66;
}
.AnyTagClassName
{
color: #8CAC66;
}
</style>
background-color css
<style>
a { background-color: #8CAC66; }
a { background-color: rgb(140,172,102); }
div.DivClassName
{
background-color: #8CAC66;
}
.BgClassName
{
background-color: #8CAC66;
}
</style>
border-color css
<style>
span { border-color: #8CAC66; }
span { border-color: rgb(140,172,102); }
td.TdClassName
{
border-color: #8CAC66;
}
.TagClassName
{
border-color: #8CAC66;
}
</style>