Shades of Chelsea Cucumber #88AB68
Tints of Chelsea Cucumber #88AB68
RGB
CMYK
RGB Variations
Color information
#88AB68 (or 0x88AB68) is known color: Chelsea Cucumber. HEX triplet: 88, AB and 68. RGB value is (136,171,104). Sum of RGB (Red+Green+Blue) = 136+171+104=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AB68 is #775497. Grayscale: #999999. Windows color (decimal): -7820440 or 6859656. OLE color: 6859656.
HSL color Cylindrical-coordinate representation of color #88AB68: hue angle of 91.34º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88AB68 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 171 | 104 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.33 |
| HSL | 91.34º | 0.29% | 0.54% | - |
| HSV(B) | 91.34º | 0.39% | 0.67% | - |
| XYZ | 27.21 | 35.36 | 18.49 | - |
| YUV | 152.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 104 | 0.20 | 0 | 0.39 | 0.33 | 91.34 | 0.29 | 0.54 |
| Hex | 88 | AB | 68 | 14 | 0 | 27 | 21 | 5B | 1D | 36 |
| Octal | 210 | 253 | 150 | 24 | 0 | 47 | 41 | 133 | 35 | 66 |
| Binary | 10001000 | 10101011 | 1101000 | 10100 | 0 | 100111 | 100001 | 1011011 | 11101 | 110110 |
Color Harmonies of #88AB68
Complementary color
Monochromatic Colors of #88AB68
Black with #88AB68
Text Example
Text Example
White with #88AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AB68; }
p { color: rgb(136,171,104); }
H1.HeaderClassName
{
color: #88AB68;
}
.AnyTagClassName
{
color: #88AB68;
}
</style>
background-color css
<style>
a { background-color: #88AB68; }
a { background-color: rgb(136,171,104); }
div.DivClassName
{
background-color: #88AB68;
}
.BgClassName
{
background-color: #88AB68;
}
</style>
border-color css
<style>
span { border-color: #88AB68; }
span { border-color: rgb(136,171,104); }
td.TdClassName
{
border-color: #88AB68;
}
.TagClassName
{
border-color: #88AB68;
}
</style>