Shades of Chelsea Cucumber #889F5A
Tints of Chelsea Cucumber #889F5A
RGB
CMYK
RGB Variations
Color information
#889F5A (or 0x889F5A) is known color: Chelsea Cucumber. HEX triplet: 88, 9F and 5A. RGB value is (136,159,90). Sum of RGB (Red+Green+Blue) = 136+159+90=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #889F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889F5A is #7760A5. Grayscale: #909090. Windows color (decimal): -7823526 or 5939080. OLE color: 5939080.
HSL color Cylindrical-coordinate representation of color #889F5A: hue angle of 80º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889F5A is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 90 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.38 |
| HSL | 80º | 0.28% | 0.49% | - |
| HSV(B) | 80º | 0.43% | 0.62% | - |
| XYZ | 24.4 | 30.77 | 14.33 | - |
| YUV | 144.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 90 | 0.14 | 0 | 0.43 | 0.38 | 80 | 0.28 | 0.49 |
| Hex | 88 | 9F | 5A | E | 0 | 2B | 26 | 50 | 1C | 31 |
| Octal | 210 | 237 | 132 | 16 | 0 | 53 | 46 | 120 | 34 | 61 |
| Binary | 10001000 | 10011111 | 1011010 | 1110 | 0 | 101011 | 100110 | 1010000 | 11100 | 110001 |
Color Harmonies of #889F5A
Complementary color
Monochromatic Colors of #889F5A
Black with #889F5A
Text Example
Text Example
White with #889F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F5A; }
p { color: rgb(136,159,90); }
H1.HeaderClassName
{
color: #889F5A;
}
.AnyTagClassName
{
color: #889F5A;
}
</style>
background-color css
<style>
a { background-color: #889F5A; }
a { background-color: rgb(136,159,90); }
div.DivClassName
{
background-color: #889F5A;
}
.BgClassName
{
background-color: #889F5A;
}
</style>
border-color css
<style>
span { border-color: #889F5A; }
span { border-color: rgb(136,159,90); }
td.TdClassName
{
border-color: #889F5A;
}
.TagClassName
{
border-color: #889F5A;
}
</style>