Shades of Chelsea Cucumber #8EAA52
Tints of Chelsea Cucumber #8EAA52
RGB
CMYK
RGB Variations
Color information
#8EAA52 (or 0x8EAA52) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 52. RGB value is (142,170,82). Sum of RGB (Red+Green+Blue) = 142+170+82=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA52 is #7155AD. Grayscale: #979797. Windows color (decimal): -7427502 or 5417614. OLE color: 5417614.
HSL color Cylindrical-coordinate representation of color #8EAA52: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EAA52 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 82 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.33 |
| HSL | 79.09º | 0.35% | 0.49% | - |
| HSV(B) | 79.09º | 0.52% | 0.67% | - |
| XYZ | 27.05 | 35.11 | 13.33 | - |
| YUV | 151.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 82 | 0.16 | 0 | 0.52 | 0.33 | 79.09 | 0.35 | 0.49 |
| Hex | 8E | AA | 52 | 10 | 0 | 34 | 21 | 4F | 23 | 31 |
| Octal | 216 | 252 | 122 | 20 | 0 | 64 | 41 | 117 | 43 | 61 |
| Binary | 10001110 | 10101010 | 1010010 | 10000 | 0 | 110100 | 100001 | 1001111 | 100011 | 110001 |
Color Harmonies of #8EAA52
Complementary color
Monochromatic Colors of #8EAA52
Black with #8EAA52
Text Example
Text Example
White with #8EAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA52; }
p { color: rgb(142,170,82); }
H1.HeaderClassName
{
color: #8EAA52;
}
.AnyTagClassName
{
color: #8EAA52;
}
</style>
background-color css
<style>
a { background-color: #8EAA52; }
a { background-color: rgb(142,170,82); }
div.DivClassName
{
background-color: #8EAA52;
}
.BgClassName
{
background-color: #8EAA52;
}
</style>
border-color css
<style>
span { border-color: #8EAA52; }
span { border-color: rgb(142,170,82); }
td.TdClassName
{
border-color: #8EAA52;
}
.TagClassName
{
border-color: #8EAA52;
}
</style>