Shades of Chelsea Cucumber #899755
Tints of Chelsea Cucumber #899755
RGB
CMYK
RGB Variations
Color information
#899755 (or 0x899755) is known color: Chelsea Cucumber. HEX triplet: 89, 97 and 55. RGB value is (137,151,85). Sum of RGB (Red+Green+Blue) = 137+151+85=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #899755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899755 is #7668AA. Grayscale: #8B8B8B. Windows color (decimal): -7760043 or 5609353. OLE color: 5609353.
HSL color Cylindrical-coordinate representation of color #899755: hue angle of 72.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899755 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 85 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.41 |
| HSL | 72.73º | 0.28% | 0.46% | - |
| HSV(B) | 72.73º | 0.44% | 0.59% | - |
| XYZ | 23.02 | 28.11 | 12.81 | - |
| YUV | 139.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 85 | 0.09 | 0 | 0.44 | 0.41 | 72.73 | 0.28 | 0.46 |
| Hex | 89 | 97 | 55 | 9 | 0 | 2C | 29 | 49 | 1C | 2E |
| Octal | 211 | 227 | 125 | 11 | 0 | 54 | 51 | 111 | 34 | 56 |
| Binary | 10001001 | 10010111 | 1010101 | 1001 | 0 | 101100 | 101001 | 1001001 | 11100 | 101110 |
Color Harmonies of #899755
Complementary color
Monochromatic Colors of #899755
Black with #899755
Text Example
Text Example
White with #899755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899755; }
p { color: rgb(137,151,85); }
H1.HeaderClassName
{
color: #899755;
}
.AnyTagClassName
{
color: #899755;
}
</style>
background-color css
<style>
a { background-color: #899755; }
a { background-color: rgb(137,151,85); }
div.DivClassName
{
background-color: #899755;
}
.BgClassName
{
background-color: #899755;
}
</style>
border-color css
<style>
span { border-color: #899755; }
span { border-color: rgb(137,151,85); }
td.TdClassName
{
border-color: #899755;
}
.TagClassName
{
border-color: #899755;
}
</style>