Shades of Chelsea Cucumber #8BA24F
Tints of Chelsea Cucumber #8BA24F
RGB
CMYK
RGB Variations
Color information
#8BA24F (or 0x8BA24F) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 4F. RGB value is (139,162,79). Sum of RGB (Red+Green+Blue) = 139+162+79=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA24F is #745DB0. Grayscale: #919191. Windows color (decimal): -7626161 or 5218955. OLE color: 5218955.
HSL color Cylindrical-coordinate representation of color #8BA24F: hue angle of 76.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BA24F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 79 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.36 |
| HSL | 76.63º | 0.34% | 0.47% | - |
| HSV(B) | 76.63º | 0.51% | 0.64% | - |
| XYZ | 24.98 | 31.89 | 12.24 | - |
| YUV | 145.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 79 | 0.14 | 0 | 0.51 | 0.36 | 76.63 | 0.34 | 0.47 |
| Hex | 8B | A2 | 4F | E | 0 | 33 | 24 | 4D | 22 | 2F |
| Octal | 213 | 242 | 117 | 16 | 0 | 63 | 44 | 115 | 42 | 57 |
| Binary | 10001011 | 10100010 | 1001111 | 1110 | 0 | 110011 | 100100 | 1001101 | 100010 | 101111 |
Color Harmonies of #8BA24F
Complementary color
Monochromatic Colors of #8BA24F
Black with #8BA24F
Text Example
Text Example
White with #8BA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA24F; }
p { color: rgb(139,162,79); }
H1.HeaderClassName
{
color: #8BA24F;
}
.AnyTagClassName
{
color: #8BA24F;
}
</style>
background-color css
<style>
a { background-color: #8BA24F; }
a { background-color: rgb(139,162,79); }
div.DivClassName
{
background-color: #8BA24F;
}
.BgClassName
{
background-color: #8BA24F;
}
</style>
border-color css
<style>
span { border-color: #8BA24F; }
span { border-color: rgb(139,162,79); }
td.TdClassName
{
border-color: #8BA24F;
}
.TagClassName
{
border-color: #8BA24F;
}
</style>