Shades of Chelsea Cucumber #8EB268
Tints of Chelsea Cucumber #8EB268
RGB
CMYK
RGB Variations
Color information
#8EB268 (or 0x8EB268) is known color: Chelsea Cucumber. HEX triplet: 8E, B2 and 68. RGB value is (142,178,104). Sum of RGB (Red+Green+Blue) = 142+178+104=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB268 is #714D97. Grayscale: #9F9F9F. Windows color (decimal): -7425432 or 6861454. OLE color: 6861454.
HSL color Cylindrical-coordinate representation of color #8EB268: hue angle of 89.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EB268 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 178 | 104 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.30 |
| HSL | 89.19º | 0.32% | 0.55% | - |
| HSV(B) | 89.19º | 0.42% | 0.7% | - |
| XYZ | 29.57 | 38.59 | 18.99 | - |
| YUV | 158.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 104 | 0.20 | 0 | 0.42 | 0.30 | 89.19 | 0.32 | 0.55 |
| Hex | 8E | B2 | 68 | 14 | 0 | 2A | 1E | 59 | 20 | 37 |
| Octal | 216 | 262 | 150 | 24 | 0 | 52 | 36 | 131 | 40 | 67 |
| Binary | 10001110 | 10110010 | 1101000 | 10100 | 0 | 101010 | 11110 | 1011001 | 100000 | 110111 |
Color Harmonies of #8EB268
Complementary color
Monochromatic Colors of #8EB268
Black with #8EB268
Text Example
Text Example
White with #8EB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB268; }
p { color: rgb(142,178,104); }
H1.HeaderClassName
{
color: #8EB268;
}
.AnyTagClassName
{
color: #8EB268;
}
</style>
background-color css
<style>
a { background-color: #8EB268; }
a { background-color: rgb(142,178,104); }
div.DivClassName
{
background-color: #8EB268;
}
.BgClassName
{
background-color: #8EB268;
}
</style>
border-color css
<style>
span { border-color: #8EB268; }
span { border-color: rgb(142,178,104); }
td.TdClassName
{
border-color: #8EB268;
}
.TagClassName
{
border-color: #8EB268;
}
</style>