Shades of Chelsea Cucumber #8BAA59
Tints of Chelsea Cucumber #8BAA59
RGB
CMYK
RGB Variations
Color information
#8BAA59 (or 0x8BAA59) is known color: Chelsea Cucumber. HEX triplet: 8B, AA and 59. RGB value is (139,170,89). Sum of RGB (Red+Green+Blue) = 139+170+89=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA59 is #7455A6. Grayscale: #979797. Windows color (decimal): -7624103 or 5876363. OLE color: 5876363.
HSL color Cylindrical-coordinate representation of color #8BAA59: hue angle of 82.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BAA59 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 89 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.33 |
| HSL | 82.96º | 0.32% | 0.51% | - |
| HSV(B) | 82.96º | 0.48% | 0.67% | - |
| XYZ | 26.83 | 34.96 | 14.79 | - |
| YUV | 151.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 89 | 0.18 | 0 | 0.48 | 0.33 | 82.96 | 0.32 | 0.51 |
| Hex | 8B | AA | 59 | 12 | 0 | 30 | 21 | 53 | 20 | 33 |
| Octal | 213 | 252 | 131 | 22 | 0 | 60 | 41 | 123 | 40 | 63 |
| Binary | 10001011 | 10101010 | 1011001 | 10010 | 0 | 110000 | 100001 | 1010011 | 100000 | 110011 |
Color Harmonies of #8BAA59
Complementary color
Monochromatic Colors of #8BAA59
Black with #8BAA59
Text Example
Text Example
White with #8BAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA59; }
p { color: rgb(139,170,89); }
H1.HeaderClassName
{
color: #8BAA59;
}
.AnyTagClassName
{
color: #8BAA59;
}
</style>
background-color css
<style>
a { background-color: #8BAA59; }
a { background-color: rgb(139,170,89); }
div.DivClassName
{
background-color: #8BAA59;
}
.BgClassName
{
background-color: #8BAA59;
}
</style>
border-color css
<style>
span { border-color: #8BAA59; }
span { border-color: rgb(139,170,89); }
td.TdClassName
{
border-color: #8BAA59;
}
.TagClassName
{
border-color: #8BAA59;
}
</style>