Shades of Chelsea Cucumber #8BA24D
Tints of Chelsea Cucumber #8BA24D
RGB
CMYK
RGB Variations
Color information
#8BA24D (or 0x8BA24D) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 4D. RGB value is (139,162,77). Sum of RGB (Red+Green+Blue) = 139+162+77=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA24D is #745DB2. Grayscale: #919191. Windows color (decimal): -7626163 or 5087883. OLE color: 5087883.
HSL color Cylindrical-coordinate representation of color #8BA24D: hue angle of 76.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BA24D is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 77 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.36 |
| HSL | 76.24º | 0.36% | 0.47% | - |
| HSV(B) | 76.24º | 0.52% | 0.64% | - |
| XYZ | 24.91 | 31.87 | 11.86 | - |
| YUV | 145.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 77 | 0.14 | 0 | 0.52 | 0.36 | 76.24 | 0.36 | 0.47 |
| Hex | 8B | A2 | 4D | E | 0 | 34 | 24 | 4C | 24 | 2F |
| Octal | 213 | 242 | 115 | 16 | 0 | 64 | 44 | 114 | 44 | 57 |
| Binary | 10001011 | 10100010 | 1001101 | 1110 | 0 | 110100 | 100100 | 1001100 | 100100 | 101111 |
Color Harmonies of #8BA24D
Complementary color
Monochromatic Colors of #8BA24D
Black with #8BA24D
Text Example
Text Example
White with #8BA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA24D; }
p { color: rgb(139,162,77); }
H1.HeaderClassName
{
color: #8BA24D;
}
.AnyTagClassName
{
color: #8BA24D;
}
</style>
background-color css
<style>
a { background-color: #8BA24D; }
a { background-color: rgb(139,162,77); }
div.DivClassName
{
background-color: #8BA24D;
}
.BgClassName
{
background-color: #8BA24D;
}
</style>
border-color css
<style>
span { border-color: #8BA24D; }
span { border-color: rgb(139,162,77); }
td.TdClassName
{
border-color: #8BA24D;
}
.TagClassName
{
border-color: #8BA24D;
}
</style>