Shades of Chelsea Cucumber #8BA66C
Tints of Chelsea Cucumber #8BA66C
RGB
CMYK
RGB Variations
Color information
#8BA66C (or 0x8BA66C) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 6C. RGB value is (139,166,108). Sum of RGB (Red+Green+Blue) = 139+166+108=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA66C is #745993. Grayscale: #979797. Windows color (decimal): -7625108 or 7120523. OLE color: 7120523.
HSL color Cylindrical-coordinate representation of color #8BA66C: hue angle of 87.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BA66C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 108 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.35 |
| HSL | 87.93º | 0.25% | 0.54% | - |
| HSV(B) | 87.93º | 0.35% | 0.65% | - |
| XYZ | 26.99 | 33.84 | 19.3 | - |
| YUV | 151.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 108 | 0.16 | 0 | 0.35 | 0.35 | 87.93 | 0.25 | 0.54 |
| Hex | 8B | A6 | 6C | 10 | 0 | 23 | 23 | 58 | 19 | 36 |
| Octal | 213 | 246 | 154 | 20 | 0 | 43 | 43 | 130 | 31 | 66 |
| Binary | 10001011 | 10100110 | 1101100 | 10000 | 0 | 100011 | 100011 | 1011000 | 11001 | 110110 |
Color Harmonies of #8BA66C
Complementary color
Monochromatic Colors of #8BA66C
Black with #8BA66C
Text Example
Text Example
White with #8BA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA66C; }
p { color: rgb(139,166,108); }
H1.HeaderClassName
{
color: #8BA66C;
}
.AnyTagClassName
{
color: #8BA66C;
}
</style>
background-color css
<style>
a { background-color: #8BA66C; }
a { background-color: rgb(139,166,108); }
div.DivClassName
{
background-color: #8BA66C;
}
.BgClassName
{
background-color: #8BA66C;
}
</style>
border-color css
<style>
span { border-color: #8BA66C; }
span { border-color: rgb(139,166,108); }
td.TdClassName
{
border-color: #8BA66C;
}
.TagClassName
{
border-color: #8BA66C;
}
</style>