Shades of Chelsea Cucumber #8BA06F
Tints of Chelsea Cucumber #8BA06F
RGB
CMYK
RGB Variations
Color information
#8BA06F (or 0x8BA06F) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 6F. RGB value is (139,160,111). Sum of RGB (Red+Green+Blue) = 139+160+111=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA06F is #745F90. Grayscale: #949494. Windows color (decimal): -7626641 or 7315595. OLE color: 7315595.
HSL color Cylindrical-coordinate representation of color #8BA06F: hue angle of 85.71º 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 #8BA06F is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 111 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.37 |
| HSL | 85.71º | 0.21% | 0.53% | - |
| HSV(B) | 85.71º | 0.31% | 0.63% | - |
| XYZ | 26.09 | 31.78 | 19.8 | - |
| YUV | 148.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 111 | 0.13 | 0 | 0.31 | 0.37 | 85.71 | 0.21 | 0.53 |
| Hex | 8B | A0 | 6F | D | 0 | 1F | 25 | 56 | 15 | 35 |
| Octal | 213 | 240 | 157 | 15 | 0 | 37 | 45 | 126 | 25 | 65 |
| Binary | 10001011 | 10100000 | 1101111 | 1101 | 0 | 11111 | 100101 | 1010110 | 10101 | 110101 |
Color Harmonies of #8BA06F
Complementary color
Monochromatic Colors of #8BA06F
Black with #8BA06F
Text Example
Text Example
White with #8BA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA06F; }
p { color: rgb(139,160,111); }
H1.HeaderClassName
{
color: #8BA06F;
}
.AnyTagClassName
{
color: #8BA06F;
}
</style>
background-color css
<style>
a { background-color: #8BA06F; }
a { background-color: rgb(139,160,111); }
div.DivClassName
{
background-color: #8BA06F;
}
.BgClassName
{
background-color: #8BA06F;
}
</style>
border-color css
<style>
span { border-color: #8BA06F; }
span { border-color: rgb(139,160,111); }
td.TdClassName
{
border-color: #8BA06F;
}
.TagClassName
{
border-color: #8BA06F;
}
</style>