Shades of Chelsea Cucumber #889F50
Tints of Chelsea Cucumber #889F50
RGB
CMYK
RGB Variations
Color information
#889F50 (or 0x889F50) is known color: Chelsea Cucumber. HEX triplet: 88, 9F and 50. RGB value is (136,159,80). Sum of RGB (Red+Green+Blue) = 136+159+80=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #889F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889F50 is #7760AF. Grayscale: #8F8F8F. Windows color (decimal): -7823536 or 5283720. OLE color: 5283720.
HSL color Cylindrical-coordinate representation of color #889F50: hue angle of 77.47º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #889F50 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 80 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.38 |
| HSL | 77.47º | 0.33% | 0.47% | - |
| HSV(B) | 77.47º | 0.5% | 0.62% | - |
| XYZ | 24 | 30.61 | 12.23 | - |
| YUV | 143.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 80 | 0.14 | 0 | 0.50 | 0.38 | 77.47 | 0.33 | 0.47 |
| Hex | 88 | 9F | 50 | E | 0 | 32 | 26 | 4D | 21 | 2F |
| Octal | 210 | 237 | 120 | 16 | 0 | 62 | 46 | 115 | 41 | 57 |
| Binary | 10001000 | 10011111 | 1010000 | 1110 | 0 | 110010 | 100110 | 1001101 | 100001 | 101111 |
Color Harmonies of #889F50
Complementary color
Monochromatic Colors of #889F50
Black with #889F50
Text Example
Text Example
White with #889F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F50; }
p { color: rgb(136,159,80); }
H1.HeaderClassName
{
color: #889F50;
}
.AnyTagClassName
{
color: #889F50;
}
</style>
background-color css
<style>
a { background-color: #889F50; }
a { background-color: rgb(136,159,80); }
div.DivClassName
{
background-color: #889F50;
}
.BgClassName
{
background-color: #889F50;
}
</style>
border-color css
<style>
span { border-color: #889F50; }
span { border-color: rgb(136,159,80); }
td.TdClassName
{
border-color: #889F50;
}
.TagClassName
{
border-color: #889F50;
}
</style>