Shades of Chelsea Cucumber #89985A
Tints of Chelsea Cucumber #89985A
RGB
CMYK
RGB Variations
Color information
#89985A (or 0x89985A) is known color: Chelsea Cucumber. HEX triplet: 89, 98 and 5A. RGB value is (137,152,90). Sum of RGB (Red+Green+Blue) = 137+152+90=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #89985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89985A is #7667A5. Grayscale: #8C8C8C. Windows color (decimal): -7759782 or 5937289. OLE color: 5937289.
HSL color Cylindrical-coordinate representation of color #89985A: hue angle of 74.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89985A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 90 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.40 |
| HSL | 74.52º | 0.26% | 0.47% | - |
| HSV(B) | 74.52º | 0.41% | 0.6% | - |
| XYZ | 23.39 | 28.51 | 13.94 | - |
| YUV | 140.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 90 | 0.10 | 0 | 0.41 | 0.40 | 74.52 | 0.26 | 0.47 |
| Hex | 89 | 98 | 5A | A | 0 | 29 | 28 | 4B | 1A | 2F |
| Octal | 211 | 230 | 132 | 12 | 0 | 51 | 50 | 113 | 32 | 57 |
| Binary | 10001001 | 10011000 | 1011010 | 1010 | 0 | 101001 | 101000 | 1001011 | 11010 | 101111 |
Color Harmonies of #89985A
Complementary color
Monochromatic Colors of #89985A
Black with #89985A
Text Example
Text Example
White with #89985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89985A; }
p { color: rgb(137,152,90); }
H1.HeaderClassName
{
color: #89985A;
}
.AnyTagClassName
{
color: #89985A;
}
</style>
background-color css
<style>
a { background-color: #89985A; }
a { background-color: rgb(137,152,90); }
div.DivClassName
{
background-color: #89985A;
}
.BgClassName
{
background-color: #89985A;
}
</style>
border-color css
<style>
span { border-color: #89985A; }
span { border-color: rgb(137,152,90); }
td.TdClassName
{
border-color: #89985A;
}
.TagClassName
{
border-color: #89985A;
}
</style>