Shades of Chelsea Cucumber #8BA86C
Tints of Chelsea Cucumber #8BA86C
RGB
CMYK
RGB Variations
Color information
#8BA86C (or 0x8BA86C) is known color: Chelsea Cucumber. HEX triplet: 8B, A8 and 6C. RGB value is (139,168,108). Sum of RGB (Red+Green+Blue) = 139+168+108=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA86C is #745793. Grayscale: #989898. Windows color (decimal): -7624596 or 7121035. OLE color: 7121035.
HSL color Cylindrical-coordinate representation of color #8BA86C: hue angle of 89º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA86C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 108 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.34 |
| HSL | 89º | 0.26% | 0.54% | - |
| HSV(B) | 89º | 0.36% | 0.66% | - |
| XYZ | 27.36 | 34.58 | 19.42 | - |
| YUV | 152.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 108 | 0.17 | 0 | 0.36 | 0.34 | 89 | 0.26 | 0.54 |
| Hex | 8B | A8 | 6C | 11 | 0 | 24 | 22 | 59 | 1A | 36 |
| Octal | 213 | 250 | 154 | 21 | 0 | 44 | 42 | 131 | 32 | 66 |
| Binary | 10001011 | 10101000 | 1101100 | 10001 | 0 | 100100 | 100010 | 1011001 | 11010 | 110110 |
Color Harmonies of #8BA86C
Complementary color
Monochromatic Colors of #8BA86C
Black with #8BA86C
Text Example
Text Example
White with #8BA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA86C; }
p { color: rgb(139,168,108); }
H1.HeaderClassName
{
color: #8BA86C;
}
.AnyTagClassName
{
color: #8BA86C;
}
</style>
background-color css
<style>
a { background-color: #8BA86C; }
a { background-color: rgb(139,168,108); }
div.DivClassName
{
background-color: #8BA86C;
}
.BgClassName
{
background-color: #8BA86C;
}
</style>
border-color css
<style>
span { border-color: #8BA86C; }
span { border-color: rgb(139,168,108); }
td.TdClassName
{
border-color: #8BA86C;
}
.TagClassName
{
border-color: #8BA86C;
}
</style>