Shades of Chelsea Cucumber #8EBA52
Tints of Chelsea Cucumber #8EBA52
RGB
CMYK
RGB Variations
Color information
#8EBA52 (or 0x8EBA52) is known color: Chelsea Cucumber. HEX triplet: 8E, BA and 52. RGB value is (142,186,82). Sum of RGB (Red+Green+Blue) = 142+186+82=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA52 is #7145AD. Grayscale: #A1A1A1. Windows color (decimal): -7423406 or 5421710. OLE color: 5421710.
HSL color Cylindrical-coordinate representation of color #8EBA52: hue angle of 85.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EBA52 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 82 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.27 |
| HSL | 85.38º | 0.43% | 0.53% | - |
| HSV(B) | 85.38º | 0.56% | 0.73% | - |
| XYZ | 30.24 | 41.48 | 14.39 | - |
| YUV | 160.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 82 | 0.24 | 0 | 0.56 | 0.27 | 85.38 | 0.43 | 0.53 |
| Hex | 8E | BA | 52 | 18 | 0 | 38 | 1B | 55 | 2B | 35 |
| Octal | 216 | 272 | 122 | 30 | 0 | 70 | 33 | 125 | 53 | 65 |
| Binary | 10001110 | 10111010 | 1010010 | 11000 | 0 | 111000 | 11011 | 1010101 | 101011 | 110101 |
Color Harmonies of #8EBA52
Complementary color
Monochromatic Colors of #8EBA52
Black with #8EBA52
Text Example
Text Example
White with #8EBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA52; }
p { color: rgb(142,186,82); }
H1.HeaderClassName
{
color: #8EBA52;
}
.AnyTagClassName
{
color: #8EBA52;
}
</style>
background-color css
<style>
a { background-color: #8EBA52; }
a { background-color: rgb(142,186,82); }
div.DivClassName
{
background-color: #8EBA52;
}
.BgClassName
{
background-color: #8EBA52;
}
</style>
border-color css
<style>
span { border-color: #8EBA52; }
span { border-color: rgb(142,186,82); }
td.TdClassName
{
border-color: #8EBA52;
}
.TagClassName
{
border-color: #8EBA52;
}
</style>