Shades of Chelsea Cucumber #88985A
Tints of Chelsea Cucumber #88985A
RGB
CMYK
RGB Variations
Color information
#88985A (or 0x88985A) is known color: Chelsea Cucumber. HEX triplet: 88, 98 and 5A. RGB value is (136,152,90). Sum of RGB (Red+Green+Blue) = 136+152+90=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #88985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88985A is #7767A5. Grayscale: #8C8C8C. Windows color (decimal): -7825318 or 5937288. OLE color: 5937288.
HSL color Cylindrical-coordinate representation of color #88985A: hue angle of 75.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88985A is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 90 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.40 |
| HSL | 75.48º | 0.26% | 0.47% | - |
| HSV(B) | 75.48º | 0.41% | 0.6% | - |
| XYZ | 23.23 | 28.43 | 13.94 | - |
| YUV | 140.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 90 | 0.11 | 0 | 0.41 | 0.40 | 75.48 | 0.26 | 0.47 |
| Hex | 88 | 98 | 5A | B | 0 | 29 | 28 | 4B | 1A | 2F |
| Octal | 210 | 230 | 132 | 13 | 0 | 51 | 50 | 113 | 32 | 57 |
| Binary | 10001000 | 10011000 | 1011010 | 1011 | 0 | 101001 | 101000 | 1001011 | 11010 | 101111 |
Color Harmonies of #88985A
Complementary color
Monochromatic Colors of #88985A
Black with #88985A
Text Example
Text Example
White with #88985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88985A; }
p { color: rgb(136,152,90); }
H1.HeaderClassName
{
color: #88985A;
}
.AnyTagClassName
{
color: #88985A;
}
</style>
background-color css
<style>
a { background-color: #88985A; }
a { background-color: rgb(136,152,90); }
div.DivClassName
{
background-color: #88985A;
}
.BgClassName
{
background-color: #88985A;
}
</style>
border-color css
<style>
span { border-color: #88985A; }
span { border-color: rgb(136,152,90); }
td.TdClassName
{
border-color: #88985A;
}
.TagClassName
{
border-color: #88985A;
}
</style>