Shades of Chelsea Cucumber #8EB85B
Tints of Chelsea Cucumber #8EB85B
RGB
CMYK
RGB Variations
Color information
#8EB85B (or 0x8EB85B) is known color: Chelsea Cucumber. HEX triplet: 8E, B8 and 5B. RGB value is (142,184,91). Sum of RGB (Red+Green+Blue) = 142+184+91=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB85B is #7147A4. Grayscale: #A1A1A1. Windows color (decimal): -7423909 or 6011022. OLE color: 6011022.
HSL color Cylindrical-coordinate representation of color #8EB85B: hue angle of 87.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EB85B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 91 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.28 |
| HSL | 87.1º | 0.4% | 0.54% | - |
| HSV(B) | 87.1º | 0.51% | 0.72% | - |
| XYZ | 30.18 | 40.79 | 16.18 | - |
| YUV | 160.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 91 | 0.23 | 0 | 0.51 | 0.28 | 87.1 | 0.4 | 0.54 |
| Hex | 8E | B8 | 5B | 17 | 0 | 33 | 1C | 57 | 28 | 36 |
| Octal | 216 | 270 | 133 | 27 | 0 | 63 | 34 | 127 | 50 | 66 |
| Binary | 10001110 | 10111000 | 1011011 | 10111 | 0 | 110011 | 11100 | 1010111 | 101000 | 110110 |
Color Harmonies of #8EB85B
Complementary color
Monochromatic Colors of #8EB85B
Black with #8EB85B
Text Example
Text Example
White with #8EB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB85B; }
p { color: rgb(142,184,91); }
H1.HeaderClassName
{
color: #8EB85B;
}
.AnyTagClassName
{
color: #8EB85B;
}
</style>
background-color css
<style>
a { background-color: #8EB85B; }
a { background-color: rgb(142,184,91); }
div.DivClassName
{
background-color: #8EB85B;
}
.BgClassName
{
background-color: #8EB85B;
}
</style>
border-color css
<style>
span { border-color: #8EB85B; }
span { border-color: rgb(142,184,91); }
td.TdClassName
{
border-color: #8EB85B;
}
.TagClassName
{
border-color: #8EB85B;
}
</style>