Shades of Chelsea Cucumber #8BA06C
Tints of Chelsea Cucumber #8BA06C
RGB
CMYK
RGB Variations
Color information
#8BA06C (or 0x8BA06C) is known color: Chelsea Cucumber. HEX triplet: 8B, A0 and 6C. RGB value is (139,160,108). Sum of RGB (Red+Green+Blue) = 139+160+108=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA06C is #745F93. Grayscale: #939393. Windows color (decimal): -7626644 or 7118987. OLE color: 7118987.
HSL color Cylindrical-coordinate representation of color #8BA06C: hue angle of 84.23º 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 #8BA06C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 108 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.37 |
| HSL | 84.23º | 0.21% | 0.53% | - |
| HSV(B) | 84.23º | 0.33% | 0.63% | - |
| XYZ | 25.93 | 31.71 | 18.94 | - |
| YUV | 147.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 108 | 0.13 | 0 | 0.32 | 0.37 | 84.23 | 0.21 | 0.53 |
| Hex | 8B | A0 | 6C | D | 0 | 20 | 25 | 54 | 15 | 35 |
| Octal | 213 | 240 | 154 | 15 | 0 | 40 | 45 | 124 | 25 | 65 |
| Binary | 10001011 | 10100000 | 1101100 | 1101 | 0 | 100000 | 100101 | 1010100 | 10101 | 110101 |
Color Harmonies of #8BA06C
Complementary color
Monochromatic Colors of #8BA06C
Black with #8BA06C
Text Example
Text Example
White with #8BA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA06C; }
p { color: rgb(139,160,108); }
H1.HeaderClassName
{
color: #8BA06C;
}
.AnyTagClassName
{
color: #8BA06C;
}
</style>
background-color css
<style>
a { background-color: #8BA06C; }
a { background-color: rgb(139,160,108); }
div.DivClassName
{
background-color: #8BA06C;
}
.BgClassName
{
background-color: #8BA06C;
}
</style>
border-color css
<style>
span { border-color: #8BA06C; }
span { border-color: rgb(139,160,108); }
td.TdClassName
{
border-color: #8BA06C;
}
.TagClassName
{
border-color: #8BA06C;
}
</style>