Shades of Chelsea Cucumber #8BA34F
Tints of Chelsea Cucumber #8BA34F
RGB
CMYK
RGB Variations
Color information
#8BA34F (or 0x8BA34F) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 4F. RGB value is (139,163,79). Sum of RGB (Red+Green+Blue) = 139+163+79=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA34F is #745CB0. Grayscale: #929292. Windows color (decimal): -7625905 or 5219211. OLE color: 5219211.
HSL color Cylindrical-coordinate representation of color #8BA34F: hue angle of 77.14º degrees, saturation: 0.35, 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 #8BA34F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 79 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.36 |
| HSL | 77.14º | 0.35% | 0.47% | - |
| HSV(B) | 77.14º | 0.52% | 0.64% | - |
| XYZ | 25.16 | 32.25 | 12.3 | - |
| YUV | 146.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 79 | 0.15 | 0 | 0.52 | 0.36 | 77.14 | 0.35 | 0.47 |
| Hex | 8B | A3 | 4F | F | 0 | 34 | 24 | 4D | 23 | 2F |
| Octal | 213 | 243 | 117 | 17 | 0 | 64 | 44 | 115 | 43 | 57 |
| Binary | 10001011 | 10100011 | 1001111 | 1111 | 0 | 110100 | 100100 | 1001101 | 100011 | 101111 |
Color Harmonies of #8BA34F
Complementary color
Monochromatic Colors of #8BA34F
Black with #8BA34F
Text Example
Text Example
White with #8BA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA34F; }
p { color: rgb(139,163,79); }
H1.HeaderClassName
{
color: #8BA34F;
}
.AnyTagClassName
{
color: #8BA34F;
}
</style>
background-color css
<style>
a { background-color: #8BA34F; }
a { background-color: rgb(139,163,79); }
div.DivClassName
{
background-color: #8BA34F;
}
.BgClassName
{
background-color: #8BA34F;
}
</style>
border-color css
<style>
span { border-color: #8BA34F; }
span { border-color: rgb(139,163,79); }
td.TdClassName
{
border-color: #8BA34F;
}
.TagClassName
{
border-color: #8BA34F;
}
</style>