Shades of Chelsea Cucumber #89985B
Tints of Chelsea Cucumber #89985B
RGB
CMYK
RGB Variations
Color information
#89985B (or 0x89985B) is known color: Chelsea Cucumber. HEX triplet: 89, 98 and 5B. RGB value is (137,152,91). Sum of RGB (Red+Green+Blue) = 137+152+91=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #89985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89985B is #7667A4. Grayscale: #8C8C8C. Windows color (decimal): -7759781 or 6002825. OLE color: 6002825.
HSL color Cylindrical-coordinate representation of color #89985B: hue angle of 74.75º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89985B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 91 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.40 |
| HSL | 74.75º | 0.25% | 0.48% | - |
| HSV(B) | 74.75º | 0.4% | 0.6% | - |
| XYZ | 23.43 | 28.53 | 14.17 | - |
| YUV | 140.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 91 | 0.10 | 0 | 0.40 | 0.40 | 74.75 | 0.25 | 0.48 |
| Hex | 89 | 98 | 5B | A | 0 | 28 | 28 | 4B | 19 | 30 |
| Octal | 211 | 230 | 133 | 12 | 0 | 50 | 50 | 113 | 31 | 60 |
| Binary | 10001001 | 10011000 | 1011011 | 1010 | 0 | 101000 | 101000 | 1001011 | 11001 | 110000 |
Color Harmonies of #89985B
Complementary color
Monochromatic Colors of #89985B
Black with #89985B
Text Example
Text Example
White with #89985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89985B; }
p { color: rgb(137,152,91); }
H1.HeaderClassName
{
color: #89985B;
}
.AnyTagClassName
{
color: #89985B;
}
</style>
background-color css
<style>
a { background-color: #89985B; }
a { background-color: rgb(137,152,91); }
div.DivClassName
{
background-color: #89985B;
}
.BgClassName
{
background-color: #89985B;
}
</style>
border-color css
<style>
span { border-color: #89985B; }
span { border-color: rgb(137,152,91); }
td.TdClassName
{
border-color: #89985B;
}
.TagClassName
{
border-color: #89985B;
}
</style>