Shades of Chelsea Cucumber #8BA86D
Tints of Chelsea Cucumber #8BA86D
RGB
CMYK
RGB Variations
Color information
#8BA86D (or 0x8BA86D) is known color: Chelsea Cucumber. HEX triplet: 8B, A8 and 6D. RGB value is (139,168,109). Sum of RGB (Red+Green+Blue) = 139+168+109=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA86D is #745792. Grayscale: #989898. Windows color (decimal): -7624595 or 7186571. OLE color: 7186571.
HSL color Cylindrical-coordinate representation of color #8BA86D: hue angle of 89.49º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BA86D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 109 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.34 |
| HSL | 89.49º | 0.25% | 0.54% | - |
| HSV(B) | 89.49º | 0.35% | 0.66% | - |
| XYZ | 27.41 | 34.6 | 19.7 | - |
| YUV | 152.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 109 | 0.17 | 0 | 0.35 | 0.34 | 89.49 | 0.25 | 0.54 |
| Hex | 8B | A8 | 6D | 11 | 0 | 23 | 22 | 59 | 19 | 36 |
| Octal | 213 | 250 | 155 | 21 | 0 | 43 | 42 | 131 | 31 | 66 |
| Binary | 10001011 | 10101000 | 1101101 | 10001 | 0 | 100011 | 100010 | 1011001 | 11001 | 110110 |
Color Harmonies of #8BA86D
Complementary color
Monochromatic Colors of #8BA86D
Black with #8BA86D
Text Example
Text Example
White with #8BA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA86D; }
p { color: rgb(139,168,109); }
H1.HeaderClassName
{
color: #8BA86D;
}
.AnyTagClassName
{
color: #8BA86D;
}
</style>
background-color css
<style>
a { background-color: #8BA86D; }
a { background-color: rgb(139,168,109); }
div.DivClassName
{
background-color: #8BA86D;
}
.BgClassName
{
background-color: #8BA86D;
}
</style>
border-color css
<style>
span { border-color: #8BA86D; }
span { border-color: rgb(139,168,109); }
td.TdClassName
{
border-color: #8BA86D;
}
.TagClassName
{
border-color: #8BA86D;
}
</style>