Shades of Chelsea Cucumber #8EBA5E
Tints of Chelsea Cucumber #8EBA5E
RGB
CMYK
RGB Variations
Color information
#8EBA5E (or 0x8EBA5E) is known color: Chelsea Cucumber. HEX triplet: 8E, BA and 5E. RGB value is (142,186,94). Sum of RGB (Red+Green+Blue) = 142+186+94=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA5E is #7145A1. Grayscale: #A2A2A2. Windows color (decimal): -7423394 or 6208142. OLE color: 6208142.
HSL color Cylindrical-coordinate representation of color #8EBA5E: hue angle of 88.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EBA5E is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 94 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.27 |
| HSL | 88.7º | 0.4% | 0.55% | - |
| HSV(B) | 88.7º | 0.49% | 0.73% | - |
| XYZ | 30.73 | 41.68 | 17.01 | - |
| YUV | 162.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 94 | 0.24 | 0 | 0.49 | 0.27 | 88.7 | 0.4 | 0.55 |
| Hex | 8E | BA | 5E | 18 | 0 | 31 | 1B | 59 | 28 | 37 |
| Octal | 216 | 272 | 136 | 30 | 0 | 61 | 33 | 131 | 50 | 67 |
| Binary | 10001110 | 10111010 | 1011110 | 11000 | 0 | 110001 | 11011 | 1011001 | 101000 | 110111 |
Color Harmonies of #8EBA5E
Complementary color
Monochromatic Colors of #8EBA5E
Black with #8EBA5E
Text Example
Text Example
White with #8EBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA5E; }
p { color: rgb(142,186,94); }
H1.HeaderClassName
{
color: #8EBA5E;
}
.AnyTagClassName
{
color: #8EBA5E;
}
</style>
background-color css
<style>
a { background-color: #8EBA5E; }
a { background-color: rgb(142,186,94); }
div.DivClassName
{
background-color: #8EBA5E;
}
.BgClassName
{
background-color: #8EBA5E;
}
</style>
border-color css
<style>
span { border-color: #8EBA5E; }
span { border-color: rgb(142,186,94); }
td.TdClassName
{
border-color: #8EBA5E;
}
.TagClassName
{
border-color: #8EBA5E;
}
</style>