Shades of Chelsea Cucumber #889F55
Tints of Chelsea Cucumber #889F55
RGB
CMYK
RGB Variations
Color information
#889F55 (or 0x889F55) is known color: Chelsea Cucumber. HEX triplet: 88, 9F and 55. RGB value is (136,159,85). Sum of RGB (Red+Green+Blue) = 136+159+85=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #889F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889F55 is #7760AA. Grayscale: #8F8F8F. Windows color (decimal): -7823531 or 5611400. OLE color: 5611400.
HSL color Cylindrical-coordinate representation of color #889F55: hue angle of 78.65º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #889F55 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 85 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.38 |
| HSL | 78.65º | 0.3% | 0.48% | - |
| HSV(B) | 78.65º | 0.47% | 0.62% | - |
| XYZ | 24.19 | 30.69 | 13.24 | - |
| YUV | 143.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 85 | 0.14 | 0 | 0.47 | 0.38 | 78.65 | 0.3 | 0.48 |
| Hex | 88 | 9F | 55 | E | 0 | 2F | 26 | 4F | 1E | 30 |
| Octal | 210 | 237 | 125 | 16 | 0 | 57 | 46 | 117 | 36 | 60 |
| Binary | 10001000 | 10011111 | 1010101 | 1110 | 0 | 101111 | 100110 | 1001111 | 11110 | 110000 |
Color Harmonies of #889F55
Complementary color
Monochromatic Colors of #889F55
Black with #889F55
Text Example
Text Example
White with #889F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F55; }
p { color: rgb(136,159,85); }
H1.HeaderClassName
{
color: #889F55;
}
.AnyTagClassName
{
color: #889F55;
}
</style>
background-color css
<style>
a { background-color: #889F55; }
a { background-color: rgb(136,159,85); }
div.DivClassName
{
background-color: #889F55;
}
.BgClassName
{
background-color: #889F55;
}
</style>
border-color css
<style>
span { border-color: #889F55; }
span { border-color: rgb(136,159,85); }
td.TdClassName
{
border-color: #889F55;
}
.TagClassName
{
border-color: #889F55;
}
</style>