Shades of Chelsea Cucumber #8EBA48
Tints of Chelsea Cucumber #8EBA48
RGB
CMYK
RGB Variations
Color information
#8EBA48 (or 0x8EBA48) is known color: Chelsea Cucumber. HEX triplet: 8E, BA and 48. RGB value is (142,186,72). Sum of RGB (Red+Green+Blue) = 142+186+72=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA48 is #7145B7. Grayscale: #A0A0A0. Windows color (decimal): -7423416 or 4766350. OLE color: 4766350.
HSL color Cylindrical-coordinate representation of color #8EBA48: hue angle of 83.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EBA48 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 72 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.27 |
| HSL | 83.16º | 0.45% | 0.51% | - |
| HSV(B) | 83.16º | 0.61% | 0.73% | - |
| XYZ | 29.88 | 41.34 | 12.53 | - |
| YUV | 159.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 72 | 0.24 | 0 | 0.61 | 0.27 | 83.16 | 0.45 | 0.51 |
| Hex | 8E | BA | 48 | 18 | 0 | 3D | 1B | 53 | 2D | 33 |
| Octal | 216 | 272 | 110 | 30 | 0 | 75 | 33 | 123 | 55 | 63 |
| Binary | 10001110 | 10111010 | 1001000 | 11000 | 0 | 111101 | 11011 | 1010011 | 101101 | 110011 |
Color Harmonies of #8EBA48
Complementary color
Monochromatic Colors of #8EBA48
Black with #8EBA48
Text Example
Text Example
White with #8EBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA48; }
p { color: rgb(142,186,72); }
H1.HeaderClassName
{
color: #8EBA48;
}
.AnyTagClassName
{
color: #8EBA48;
}
</style>
background-color css
<style>
a { background-color: #8EBA48; }
a { background-color: rgb(142,186,72); }
div.DivClassName
{
background-color: #8EBA48;
}
.BgClassName
{
background-color: #8EBA48;
}
</style>
border-color css
<style>
span { border-color: #8EBA48; }
span { border-color: rgb(142,186,72); }
td.TdClassName
{
border-color: #8EBA48;
}
.TagClassName
{
border-color: #8EBA48;
}
</style>