Shades of Chelsea Cucumber #88A06D
Tints of Chelsea Cucumber #88A06D
RGB
CMYK
RGB Variations
Color information
#88A06D (or 0x88A06D) is known color: Chelsea Cucumber. HEX triplet: 88, A0 and 6D. RGB value is (136,160,109). Sum of RGB (Red+Green+Blue) = 136+160+109=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #88A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A06D is #775F92. Grayscale: #939393. Windows color (decimal): -7823251 or 7184520. OLE color: 7184520.
HSL color Cylindrical-coordinate representation of color #88A06D: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88A06D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 109 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.37 |
| HSL | 88.24º | 0.21% | 0.53% | - |
| HSV(B) | 88.24º | 0.32% | 0.63% | - |
| XYZ | 25.48 | 31.48 | 19.2 | - |
| YUV | 147.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 109 | 0.15 | 0 | 0.32 | 0.37 | 88.24 | 0.21 | 0.53 |
| Hex | 88 | A0 | 6D | F | 0 | 20 | 25 | 58 | 15 | 35 |
| Octal | 210 | 240 | 155 | 17 | 0 | 40 | 45 | 130 | 25 | 65 |
| Binary | 10001000 | 10100000 | 1101101 | 1111 | 0 | 100000 | 100101 | 1011000 | 10101 | 110101 |
Color Harmonies of #88A06D
Complementary color
Monochromatic Colors of #88A06D
Black with #88A06D
Text Example
Text Example
White with #88A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A06D; }
p { color: rgb(136,160,109); }
H1.HeaderClassName
{
color: #88A06D;
}
.AnyTagClassName
{
color: #88A06D;
}
</style>
background-color css
<style>
a { background-color: #88A06D; }
a { background-color: rgb(136,160,109); }
div.DivClassName
{
background-color: #88A06D;
}
.BgClassName
{
background-color: #88A06D;
}
</style>
border-color css
<style>
span { border-color: #88A06D; }
span { border-color: rgb(136,160,109); }
td.TdClassName
{
border-color: #88A06D;
}
.TagClassName
{
border-color: #88A06D;
}
</style>