Shades of Chelsea Cucumber #88A052
Tints of Chelsea Cucumber #88A052
RGB
CMYK
RGB Variations
Color information
#88A052 (or 0x88A052) is known color: Chelsea Cucumber. HEX triplet: 88, A0 and 52. RGB value is (136,160,82). Sum of RGB (Red+Green+Blue) = 136+160+82=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #88A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A052 is #775FAD. Grayscale: #909090. Windows color (decimal): -7823278 or 5415048. OLE color: 5415048.
HSL color Cylindrical-coordinate representation of color #88A052: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88A052 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 82 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.37 |
| HSL | 78.46º | 0.32% | 0.47% | - |
| HSV(B) | 78.46º | 0.49% | 0.63% | - |
| XYZ | 24.25 | 30.99 | 12.69 | - |
| YUV | 143.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 82 | 0.15 | 0 | 0.49 | 0.37 | 78.46 | 0.32 | 0.47 |
| Hex | 88 | A0 | 52 | F | 0 | 31 | 25 | 4E | 20 | 2F |
| Octal | 210 | 240 | 122 | 17 | 0 | 61 | 45 | 116 | 40 | 57 |
| Binary | 10001000 | 10100000 | 1010010 | 1111 | 0 | 110001 | 100101 | 1001110 | 100000 | 101111 |
Color Harmonies of #88A052
Complementary color
Monochromatic Colors of #88A052
Black with #88A052
Text Example
Text Example
White with #88A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A052; }
p { color: rgb(136,160,82); }
H1.HeaderClassName
{
color: #88A052;
}
.AnyTagClassName
{
color: #88A052;
}
</style>
background-color css
<style>
a { background-color: #88A052; }
a { background-color: rgb(136,160,82); }
div.DivClassName
{
background-color: #88A052;
}
.BgClassName
{
background-color: #88A052;
}
</style>
border-color css
<style>
span { border-color: #88A052; }
span { border-color: rgb(136,160,82); }
td.TdClassName
{
border-color: #88A052;
}
.TagClassName
{
border-color: #88A052;
}
</style>