Shades of Chelsea Cucumber #8BA66A
Tints of Chelsea Cucumber #8BA66A
RGB
CMYK
RGB Variations
Color information
#8BA66A (or 0x8BA66A) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 6A. RGB value is (139,166,106). Sum of RGB (Red+Green+Blue) = 139+166+106=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA66A is #745995. Grayscale: #979797. Windows color (decimal): -7625110 or 6989451. OLE color: 6989451.
HSL color Cylindrical-coordinate representation of color #8BA66A: hue angle of 87º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA66A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 106 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.35 |
| HSL | 87º | 0.25% | 0.53% | - |
| HSV(B) | 87º | 0.36% | 0.65% | - |
| XYZ | 26.89 | 33.8 | 18.74 | - |
| YUV | 151.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 106 | 0.16 | 0 | 0.36 | 0.35 | 87 | 0.25 | 0.53 |
| Hex | 8B | A6 | 6A | 10 | 0 | 24 | 23 | 57 | 19 | 35 |
| Octal | 213 | 246 | 152 | 20 | 0 | 44 | 43 | 127 | 31 | 65 |
| Binary | 10001011 | 10100110 | 1101010 | 10000 | 0 | 100100 | 100011 | 1010111 | 11001 | 110101 |
Color Harmonies of #8BA66A
Complementary color
Monochromatic Colors of #8BA66A
Black with #8BA66A
Text Example
Text Example
White with #8BA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA66A; }
p { color: rgb(139,166,106); }
H1.HeaderClassName
{
color: #8BA66A;
}
.AnyTagClassName
{
color: #8BA66A;
}
</style>
background-color css
<style>
a { background-color: #8BA66A; }
a { background-color: rgb(139,166,106); }
div.DivClassName
{
background-color: #8BA66A;
}
.BgClassName
{
background-color: #8BA66A;
}
</style>
border-color css
<style>
span { border-color: #8BA66A; }
span { border-color: rgb(139,166,106); }
td.TdClassName
{
border-color: #8BA66A;
}
.TagClassName
{
border-color: #8BA66A;
}
</style>