Shades of Chelsea Cucumber #89AA55
Tints of Chelsea Cucumber #89AA55
RGB
CMYK
RGB Variations
Color information
#89AA55 (or 0x89AA55) is known color: Chelsea Cucumber. HEX triplet: 89, AA and 55. RGB value is (137,170,85). Sum of RGB (Red+Green+Blue) = 137+170+85=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA55 is #7655AA. Grayscale: #969696. Windows color (decimal): -7755179 or 5614217. OLE color: 5614217.
HSL color Cylindrical-coordinate representation of color #89AA55: hue angle of 83.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89AA55 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 85 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.33 |
| HSL | 83.29º | 0.33% | 0.5% | - |
| HSV(B) | 83.29º | 0.5% | 0.67% | - |
| XYZ | 26.33 | 34.72 | 13.91 | - |
| YUV | 150.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 85 | 0.19 | 0 | 0.50 | 0.33 | 83.29 | 0.33 | 0.5 |
| Hex | 89 | AA | 55 | 13 | 0 | 32 | 21 | 53 | 21 | 32 |
| Octal | 211 | 252 | 125 | 23 | 0 | 62 | 41 | 123 | 41 | 62 |
| Binary | 10001001 | 10101010 | 1010101 | 10011 | 0 | 110010 | 100001 | 1010011 | 100001 | 110010 |
Color Harmonies of #89AA55
Complementary color
Monochromatic Colors of #89AA55
Black with #89AA55
Text Example
Text Example
White with #89AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA55; }
p { color: rgb(137,170,85); }
H1.HeaderClassName
{
color: #89AA55;
}
.AnyTagClassName
{
color: #89AA55;
}
</style>
background-color css
<style>
a { background-color: #89AA55; }
a { background-color: rgb(137,170,85); }
div.DivClassName
{
background-color: #89AA55;
}
.BgClassName
{
background-color: #89AA55;
}
</style>
border-color css
<style>
span { border-color: #89AA55; }
span { border-color: rgb(137,170,85); }
td.TdClassName
{
border-color: #89AA55;
}
.TagClassName
{
border-color: #89AA55;
}
</style>