Shades of Chelsea Cucumber #899960
Tints of Chelsea Cucumber #899960
RGB
CMYK
RGB Variations
Color information
#899960 (or 0x899960) is known color: Chelsea Cucumber. HEX triplet: 89, 99 and 60. RGB value is (137,153,96). Sum of RGB (Red+Green+Blue) = 137+153+96=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #899960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899960 is #76669F. Grayscale: #8D8D8D. Windows color (decimal): -7759520 or 6330761. OLE color: 6330761.
HSL color Cylindrical-coordinate representation of color #899960: hue angle of 76.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899960 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 96 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.4 |
| HSL | 76.84º | 0.23% | 0.49% | - |
| HSV(B) | 76.84º | 0.37% | 0.6% | - |
| XYZ | 23.82 | 28.95 | 15.4 | - |
| YUV | 141.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 96 | 0.10 | 0 | 0.37 | 0.4 | 76.84 | 0.23 | 0.49 |
| Hex | 89 | 99 | 60 | A | 0 | 25 | 28 | 4D | 17 | 31 |
| Octal | 211 | 231 | 140 | 12 | 0 | 45 | 50 | 115 | 27 | 61 |
| Binary | 10001001 | 10011001 | 1100000 | 1010 | 0 | 100101 | 101000 | 1001101 | 10111 | 110001 |
Color Harmonies of #899960
Complementary color
Monochromatic Colors of #899960
Black with #899960
Text Example
Text Example
White with #899960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899960; }
p { color: rgb(137,153,96); }
H1.HeaderClassName
{
color: #899960;
}
.AnyTagClassName
{
color: #899960;
}
</style>
background-color css
<style>
a { background-color: #899960; }
a { background-color: rgb(137,153,96); }
div.DivClassName
{
background-color: #899960;
}
.BgClassName
{
background-color: #899960;
}
</style>
border-color css
<style>
span { border-color: #899960; }
span { border-color: rgb(137,153,96); }
td.TdClassName
{
border-color: #899960;
}
.TagClassName
{
border-color: #899960;
}
</style>