Shades of Chelsea Cucumber #8BA06D
Tints of Chelsea Cucumber #8BA06D
RGB
CMYK
RGB Variations
Color information
#8BA06D (or 0x8BA06D) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 6D. RGB value is (139,160,109). Sum of RGB (Red+Green+Blue) = 139+160+109=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA06D is #745F92. Grayscale: #949494. Windows color (decimal): -7626643 or 7184523. OLE color: 7184523.
HSL color Cylindrical-coordinate representation of color #8BA06D: hue angle of 84.71º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BA06D is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 109 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.37 |
| HSL | 84.71º | 0.21% | 0.53% | - |
| HSV(B) | 84.71º | 0.32% | 0.63% | - |
| XYZ | 25.98 | 31.73 | 19.22 | - |
| YUV | 147.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 109 | 0.13 | 0 | 0.32 | 0.37 | 84.71 | 0.21 | 0.53 |
| Hex | 8B | A0 | 6D | D | 0 | 20 | 25 | 55 | 15 | 35 |
| Octal | 213 | 240 | 155 | 15 | 0 | 40 | 45 | 125 | 25 | 65 |
| Binary | 10001011 | 10100000 | 1101101 | 1101 | 0 | 100000 | 100101 | 1010101 | 10101 | 110101 |
Color Harmonies of #8BA06D
Complementary color
Monochromatic Colors of #8BA06D
Black with #8BA06D
Text Example
Text Example
White with #8BA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA06D; }
p { color: rgb(139,160,109); }
H1.HeaderClassName
{
color: #8BA06D;
}
.AnyTagClassName
{
color: #8BA06D;
}
</style>
background-color css
<style>
a { background-color: #8BA06D; }
a { background-color: rgb(139,160,109); }
div.DivClassName
{
background-color: #8BA06D;
}
.BgClassName
{
background-color: #8BA06D;
}
</style>
border-color css
<style>
span { border-color: #8BA06D; }
span { border-color: rgb(139,160,109); }
td.TdClassName
{
border-color: #8BA06D;
}
.TagClassName
{
border-color: #8BA06D;
}
</style>