Shades of Chelsea Cucumber #8BA24A
Tints of Chelsea Cucumber #8BA24A
RGB
CMYK
RGB Variations
Color information
#8BA24A (or 0x8BA24A) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 4A. RGB value is (139,162,74). Sum of RGB (Red+Green+Blue) = 139+162+74=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA24A is #745DB5. Grayscale: #919191. Windows color (decimal): -7626166 or 4891275. OLE color: 4891275.
HSL color Cylindrical-coordinate representation of color #8BA24A: hue angle of 75.68º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BA24A is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 74 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.36 |
| HSL | 75.68º | 0.37% | 0.46% | - |
| HSV(B) | 75.68º | 0.54% | 0.64% | - |
| XYZ | 24.8 | 31.82 | 11.31 | - |
| YUV | 145.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 74 | 0.14 | 0 | 0.54 | 0.36 | 75.68 | 0.37 | 0.46 |
| Hex | 8B | A2 | 4A | E | 0 | 36 | 24 | 4C | 25 | 2E |
| Octal | 213 | 242 | 112 | 16 | 0 | 66 | 44 | 114 | 45 | 56 |
| Binary | 10001011 | 10100010 | 1001010 | 1110 | 0 | 110110 | 100100 | 1001100 | 100101 | 101110 |
Color Harmonies of #8BA24A
Complementary color
Monochromatic Colors of #8BA24A
Black with #8BA24A
Text Example
Text Example
White with #8BA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA24A; }
p { color: rgb(139,162,74); }
H1.HeaderClassName
{
color: #8BA24A;
}
.AnyTagClassName
{
color: #8BA24A;
}
</style>
background-color css
<style>
a { background-color: #8BA24A; }
a { background-color: rgb(139,162,74); }
div.DivClassName
{
background-color: #8BA24A;
}
.BgClassName
{
background-color: #8BA24A;
}
</style>
border-color css
<style>
span { border-color: #8BA24A; }
span { border-color: rgb(139,162,74); }
td.TdClassName
{
border-color: #8BA24A;
}
.TagClassName
{
border-color: #8BA24A;
}
</style>