Shades of Chelsea Cucumber #8BA346
Tints of Chelsea Cucumber #8BA346
RGB
CMYK
RGB Variations
Color information
#8BA346 (or 0x8BA346) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 46. RGB value is (139,163,70). Sum of RGB (Red+Green+Blue) = 139+163+70=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA346 is #745CB9. Grayscale: #919191. Windows color (decimal): -7625914 or 4629387. OLE color: 4629387.
HSL color Cylindrical-coordinate representation of color #8BA346: hue angle of 75.48º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BA346 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 70 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.36 |
| HSL | 75.48º | 0.4% | 0.46% | - |
| HSV(B) | 75.48º | 0.57% | 0.64% | - |
| XYZ | 24.85 | 32.13 | 10.69 | - |
| YUV | 145.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 70 | 0.15 | 0 | 0.57 | 0.36 | 75.48 | 0.4 | 0.46 |
| Hex | 8B | A3 | 46 | F | 0 | 39 | 24 | 4B | 28 | 2E |
| Octal | 213 | 243 | 106 | 17 | 0 | 71 | 44 | 113 | 50 | 56 |
| Binary | 10001011 | 10100011 | 1000110 | 1111 | 0 | 111001 | 100100 | 1001011 | 101000 | 101110 |
Color Harmonies of #8BA346
Complementary color
Monochromatic Colors of #8BA346
Black with #8BA346
Text Example
Text Example
White with #8BA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA346; }
p { color: rgb(139,163,70); }
H1.HeaderClassName
{
color: #8BA346;
}
.AnyTagClassName
{
color: #8BA346;
}
</style>
background-color css
<style>
a { background-color: #8BA346; }
a { background-color: rgb(139,163,70); }
div.DivClassName
{
background-color: #8BA346;
}
.BgClassName
{
background-color: #8BA346;
}
</style>
border-color css
<style>
span { border-color: #8BA346; }
span { border-color: rgb(139,163,70); }
td.TdClassName
{
border-color: #8BA346;
}
.TagClassName
{
border-color: #8BA346;
}
</style>