Shades of Chelsea Cucumber #88AC68
Tints of Chelsea Cucumber #88AC68
RGB
CMYK
RGB Variations
Color information
#88AC68 (or 0x88AC68) is known color: Chelsea Cucumber. HEX triplet: 88, AC and 68. RGB value is (136,172,104). Sum of RGB (Red+Green+Blue) = 136+172+104=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC68 is #775397. Grayscale: #999999. Windows color (decimal): -7820184 or 6859912. OLE color: 6859912.
HSL color Cylindrical-coordinate representation of color #88AC68: hue angle of 91.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88AC68 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 172 | 104 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.33 |
| HSL | 91.76º | 0.29% | 0.54% | - |
| HSV(B) | 91.76º | 0.4% | 0.67% | - |
| XYZ | 27.4 | 35.74 | 18.55 | - |
| YUV | 153.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 104 | 0.21 | 0 | 0.40 | 0.33 | 91.76 | 0.29 | 0.54 |
| Hex | 88 | AC | 68 | 15 | 0 | 28 | 21 | 5C | 1D | 36 |
| Octal | 210 | 254 | 150 | 25 | 0 | 50 | 41 | 134 | 35 | 66 |
| Binary | 10001000 | 10101100 | 1101000 | 10101 | 0 | 101000 | 100001 | 1011100 | 11101 | 110110 |
Color Harmonies of #88AC68
Complementary color
Monochromatic Colors of #88AC68
Black with #88AC68
Text Example
Text Example
White with #88AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AC68; }
p { color: rgb(136,172,104); }
H1.HeaderClassName
{
color: #88AC68;
}
.AnyTagClassName
{
color: #88AC68;
}
</style>
background-color css
<style>
a { background-color: #88AC68; }
a { background-color: rgb(136,172,104); }
div.DivClassName
{
background-color: #88AC68;
}
.BgClassName
{
background-color: #88AC68;
}
</style>
border-color css
<style>
span { border-color: #88AC68; }
span { border-color: rgb(136,172,104); }
td.TdClassName
{
border-color: #88AC68;
}
.TagClassName
{
border-color: #88AC68;
}
</style>