Shades of Chelsea Cucumber #89985C
Tints of Chelsea Cucumber #89985C
RGB
CMYK
RGB Variations
Color information
#89985C (or 0x89985C) is known color: Chelsea Cucumber. HEX triplet: 89, 98 and 5C. RGB value is (137,152,92). Sum of RGB (Red+Green+Blue) = 137+152+92=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #89985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89985C is #7667A3. Grayscale: #8C8C8C. Windows color (decimal): -7759780 or 6068361. OLE color: 6068361.
HSL color Cylindrical-coordinate representation of color #89985C: hue angle of 75º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89985C is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 92 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.40 |
| HSL | 75º | 0.25% | 0.48% | - |
| HSV(B) | 75º | 0.39% | 0.6% | - |
| XYZ | 23.48 | 28.55 | 14.4 | - |
| YUV | 140.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 92 | 0.10 | 0 | 0.39 | 0.40 | 75 | 0.25 | 0.48 |
| Hex | 89 | 98 | 5C | A | 0 | 27 | 28 | 4B | 19 | 30 |
| Octal | 211 | 230 | 134 | 12 | 0 | 47 | 50 | 113 | 31 | 60 |
| Binary | 10001001 | 10011000 | 1011100 | 1010 | 0 | 100111 | 101000 | 1001011 | 11001 | 110000 |
Color Harmonies of #89985C
Complementary color
Monochromatic Colors of #89985C
Black with #89985C
Text Example
Text Example
White with #89985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89985C; }
p { color: rgb(137,152,92); }
H1.HeaderClassName
{
color: #89985C;
}
.AnyTagClassName
{
color: #89985C;
}
</style>
background-color css
<style>
a { background-color: #89985C; }
a { background-color: rgb(137,152,92); }
div.DivClassName
{
background-color: #89985C;
}
.BgClassName
{
background-color: #89985C;
}
</style>
border-color css
<style>
span { border-color: #89985C; }
span { border-color: rgb(137,152,92); }
td.TdClassName
{
border-color: #89985C;
}
.TagClassName
{
border-color: #89985C;
}
</style>