Shades of Chelsea Cucumber #88AA4D
Tints of Chelsea Cucumber #88AA4D
RGB
CMYK
RGB Variations
Color information
#88AA4D (or 0x88AA4D) is known color: Chelsea Cucumber. HEX triplet: 88, AA and 4D. RGB value is (136,170,77). Sum of RGB (Red+Green+Blue) = 136+170+77=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA4D is #7755B2. Grayscale: #959595. Windows color (decimal): -7820723 or 5089928. OLE color: 5089928.
HSL color Cylindrical-coordinate representation of color #88AA4D: hue angle of 81.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88AA4D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 77 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.33 |
| HSL | 81.94º | 0.38% | 0.48% | - |
| HSV(B) | 81.94º | 0.55% | 0.67% | - |
| XYZ | 25.87 | 34.52 | 12.32 | - |
| YUV | 149.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 77 | 0.20 | 0 | 0.55 | 0.33 | 81.94 | 0.38 | 0.48 |
| Hex | 88 | AA | 4D | 14 | 0 | 37 | 21 | 52 | 26 | 30 |
| Octal | 210 | 252 | 115 | 24 | 0 | 67 | 41 | 122 | 46 | 60 |
| Binary | 10001000 | 10101010 | 1001101 | 10100 | 0 | 110111 | 100001 | 1010010 | 100110 | 110000 |
Color Harmonies of #88AA4D
Complementary color
Monochromatic Colors of #88AA4D
Black with #88AA4D
Text Example
Text Example
White with #88AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA4D; }
p { color: rgb(136,170,77); }
H1.HeaderClassName
{
color: #88AA4D;
}
.AnyTagClassName
{
color: #88AA4D;
}
</style>
background-color css
<style>
a { background-color: #88AA4D; }
a { background-color: rgb(136,170,77); }
div.DivClassName
{
background-color: #88AA4D;
}
.BgClassName
{
background-color: #88AA4D;
}
</style>
border-color css
<style>
span { border-color: #88AA4D; }
span { border-color: rgb(136,170,77); }
td.TdClassName
{
border-color: #88AA4D;
}
.TagClassName
{
border-color: #88AA4D;
}
</style>