Shades of Chelsea Cucumber #8CAA59
Tints of Chelsea Cucumber #8CAA59
RGB
CMYK
RGB Variations
Color information
#8CAA59 (or 0x8CAA59) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 59. RGB value is (140,170,89). Sum of RGB (Red+Green+Blue) = 140+170+89=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA59 is #7355A6. Grayscale: #989898. Windows color (decimal): -7558567 or 5876364. OLE color: 5876364.
HSL color Cylindrical-coordinate representation of color #8CAA59: hue angle of 82.22º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CAA59 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 89 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.33 |
| HSL | 82.22º | 0.32% | 0.51% | - |
| HSV(B) | 82.22º | 0.48% | 0.67% | - |
| XYZ | 26.99 | 35.05 | 14.79 | - |
| YUV | 151.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 89 | 0.18 | 0 | 0.48 | 0.33 | 82.22 | 0.32 | 0.51 |
| Hex | 8C | AA | 59 | 12 | 0 | 30 | 21 | 52 | 20 | 33 |
| Octal | 214 | 252 | 131 | 22 | 0 | 60 | 41 | 122 | 40 | 63 |
| Binary | 10001100 | 10101010 | 1011001 | 10010 | 0 | 110000 | 100001 | 1010010 | 100000 | 110011 |
Color Harmonies of #8CAA59
Complementary color
Monochromatic Colors of #8CAA59
Black with #8CAA59
Text Example
Text Example
White with #8CAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA59; }
p { color: rgb(140,170,89); }
H1.HeaderClassName
{
color: #8CAA59;
}
.AnyTagClassName
{
color: #8CAA59;
}
</style>
background-color css
<style>
a { background-color: #8CAA59; }
a { background-color: rgb(140,170,89); }
div.DivClassName
{
background-color: #8CAA59;
}
.BgClassName
{
background-color: #8CAA59;
}
</style>
border-color css
<style>
span { border-color: #8CAA59; }
span { border-color: rgb(140,170,89); }
td.TdClassName
{
border-color: #8CAA59;
}
.TagClassName
{
border-color: #8CAA59;
}
</style>