Shades of Chelsea Cucumber #899959
Tints of Chelsea Cucumber #899959
RGB
CMYK
RGB Variations
Color information
#899959 (or 0x899959) is known color: Chelsea Cucumber. HEX triplet: 89, 99 and 59. RGB value is (137,153,89). Sum of RGB (Red+Green+Blue) = 137+153+89=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #899959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899959 is #7666A6. Grayscale: #8D8D8D. Windows color (decimal): -7759527 or 5872009. OLE color: 5872009.
HSL color Cylindrical-coordinate representation of color #899959: hue angle of 75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899959 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 89 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.4 |
| HSL | 75º | 0.26% | 0.47% | - |
| HSV(B) | 75º | 0.42% | 0.6% | - |
| XYZ | 23.51 | 28.82 | 13.78 | - |
| YUV | 140.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 89 | 0.10 | 0 | 0.42 | 0.4 | 75 | 0.26 | 0.47 |
| Hex | 89 | 99 | 59 | A | 0 | 2A | 28 | 4B | 1A | 2F |
| Octal | 211 | 231 | 131 | 12 | 0 | 52 | 50 | 113 | 32 | 57 |
| Binary | 10001001 | 10011001 | 1011001 | 1010 | 0 | 101010 | 101000 | 1001011 | 11010 | 101111 |
Color Harmonies of #899959
Complementary color
Monochromatic Colors of #899959
Black with #899959
Text Example
Text Example
White with #899959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899959; }
p { color: rgb(137,153,89); }
H1.HeaderClassName
{
color: #899959;
}
.AnyTagClassName
{
color: #899959;
}
</style>
background-color css
<style>
a { background-color: #899959; }
a { background-color: rgb(137,153,89); }
div.DivClassName
{
background-color: #899959;
}
.BgClassName
{
background-color: #899959;
}
</style>
border-color css
<style>
span { border-color: #899959; }
span { border-color: rgb(137,153,89); }
td.TdClassName
{
border-color: #899959;
}
.TagClassName
{
border-color: #899959;
}
</style>