Shades of Chelsea Cucumber #8EB266
Tints of Chelsea Cucumber #8EB266
RGB
CMYK
RGB Variations
Color information
#8EB266 (or 0x8EB266) is known color: Chelsea Cucumber. HEX triplet: 8E, B2 and 66. RGB value is (142,178,102). Sum of RGB (Red+Green+Blue) = 142+178+102=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB266 is #714D99. Grayscale: #9E9E9E. Windows color (decimal): -7425434 or 6730382. OLE color: 6730382.
HSL color Cylindrical-coordinate representation of color #8EB266: hue angle of 88.42º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EB266 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 178 | 102 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.30 |
| HSL | 88.42º | 0.33% | 0.55% | - |
| HSV(B) | 88.42º | 0.43% | 0.7% | - |
| XYZ | 29.47 | 38.55 | 18.46 | - |
| YUV | 158.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 102 | 0.20 | 0 | 0.43 | 0.30 | 88.42 | 0.33 | 0.55 |
| Hex | 8E | B2 | 66 | 14 | 0 | 2B | 1E | 58 | 21 | 37 |
| Octal | 216 | 262 | 146 | 24 | 0 | 53 | 36 | 130 | 41 | 67 |
| Binary | 10001110 | 10110010 | 1100110 | 10100 | 0 | 101011 | 11110 | 1011000 | 100001 | 110111 |
Color Harmonies of #8EB266
Complementary color
Monochromatic Colors of #8EB266
Black with #8EB266
Text Example
Text Example
White with #8EB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB266; }
p { color: rgb(142,178,102); }
H1.HeaderClassName
{
color: #8EB266;
}
.AnyTagClassName
{
color: #8EB266;
}
</style>
background-color css
<style>
a { background-color: #8EB266; }
a { background-color: rgb(142,178,102); }
div.DivClassName
{
background-color: #8EB266;
}
.BgClassName
{
background-color: #8EB266;
}
</style>
border-color css
<style>
span { border-color: #8EB266; }
span { border-color: rgb(142,178,102); }
td.TdClassName
{
border-color: #8EB266;
}
.TagClassName
{
border-color: #8EB266;
}
</style>