Shades of Chelsea Cucumber #899855
Tints of Chelsea Cucumber #899855
RGB
CMYK
RGB Variations
Color information
#899855 (or 0x899855) is known color: Chelsea Cucumber. HEX triplet: 89, 98 and 55. RGB value is (137,152,85). Sum of RGB (Red+Green+Blue) = 137+152+85=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #899855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899855 is #7667AA. Grayscale: #8C8C8C. Windows color (decimal): -7759787 or 5609609. OLE color: 5609609.
HSL color Cylindrical-coordinate representation of color #899855: hue angle of 73.43º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899855 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 85 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.40 |
| HSL | 73.43º | 0.28% | 0.46% | - |
| HSV(B) | 73.43º | 0.44% | 0.6% | - |
| XYZ | 23.18 | 28.43 | 12.86 | - |
| YUV | 139.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 85 | 0.10 | 0 | 0.44 | 0.40 | 73.43 | 0.28 | 0.46 |
| Hex | 89 | 98 | 55 | A | 0 | 2C | 28 | 49 | 1C | 2E |
| Octal | 211 | 230 | 125 | 12 | 0 | 54 | 50 | 111 | 34 | 56 |
| Binary | 10001001 | 10011000 | 1010101 | 1010 | 0 | 101100 | 101000 | 1001001 | 11100 | 101110 |
Color Harmonies of #899855
Complementary color
Monochromatic Colors of #899855
Black with #899855
Text Example
Text Example
White with #899855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899855; }
p { color: rgb(137,152,85); }
H1.HeaderClassName
{
color: #899855;
}
.AnyTagClassName
{
color: #899855;
}
</style>
background-color css
<style>
a { background-color: #899855; }
a { background-color: rgb(137,152,85); }
div.DivClassName
{
background-color: #899855;
}
.BgClassName
{
background-color: #899855;
}
</style>
border-color css
<style>
span { border-color: #899855; }
span { border-color: rgb(137,152,85); }
td.TdClassName
{
border-color: #899855;
}
.TagClassName
{
border-color: #899855;
}
</style>