Shades of Chelsea Cucumber #8BA06E
Tints of Chelsea Cucumber #8BA06E
RGB
CMYK
RGB Variations
Color information
#8BA06E (or 0x8BA06E) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 6E. RGB value is (139,160,110). Sum of RGB (Red+Green+Blue) = 139+160+110=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA06E is #745F91. Grayscale: #949494. Windows color (decimal): -7626642 or 7250059. OLE color: 7250059.
HSL color Cylindrical-coordinate representation of color #8BA06E: hue angle of 85.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA06E is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 110 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.37 |
| HSL | 85.2º | 0.21% | 0.53% | - |
| HSV(B) | 85.2º | 0.31% | 0.63% | - |
| XYZ | 26.03 | 31.76 | 19.51 | - |
| YUV | 148.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 110 | 0.13 | 0 | 0.31 | 0.37 | 85.2 | 0.21 | 0.53 |
| Hex | 8B | A0 | 6E | D | 0 | 1F | 25 | 55 | 15 | 35 |
| Octal | 213 | 240 | 156 | 15 | 0 | 37 | 45 | 125 | 25 | 65 |
| Binary | 10001011 | 10100000 | 1101110 | 1101 | 0 | 11111 | 100101 | 1010101 | 10101 | 110101 |
Color Harmonies of #8BA06E
Complementary color
Monochromatic Colors of #8BA06E
Black with #8BA06E
Text Example
Text Example
White with #8BA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA06E; }
p { color: rgb(139,160,110); }
H1.HeaderClassName
{
color: #8BA06E;
}
.AnyTagClassName
{
color: #8BA06E;
}
</style>
background-color css
<style>
a { background-color: #8BA06E; }
a { background-color: rgb(139,160,110); }
div.DivClassName
{
background-color: #8BA06E;
}
.BgClassName
{
background-color: #8BA06E;
}
</style>
border-color css
<style>
span { border-color: #8BA06E; }
span { border-color: rgb(139,160,110); }
td.TdClassName
{
border-color: #8BA06E;
}
.TagClassName
{
border-color: #8BA06E;
}
</style>