Shades of Chelsea Cucumber #88A058
Tints of Chelsea Cucumber #88A058
RGB
CMYK
RGB Variations
Color information
#88A058 (or 0x88A058) is known color: Chelsea Cucumber. HEX triplet: 88, A0 and 58. RGB value is (136,160,88). Sum of RGB (Red+Green+Blue) = 136+160+88=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #88A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A058 is #775FA7. Grayscale: #909090. Windows color (decimal): -7823272 or 5808264. OLE color: 5808264.
HSL color Cylindrical-coordinate representation of color #88A058: hue angle of 80º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88A058 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 88 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.37 |
| HSL | 80º | 0.29% | 0.49% | - |
| HSV(B) | 80º | 0.45% | 0.63% | - |
| XYZ | 24.49 | 31.08 | 13.94 | - |
| YUV | 144.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 88 | 0.15 | 0 | 0.45 | 0.37 | 80 | 0.29 | 0.49 |
| Hex | 88 | A0 | 58 | F | 0 | 2D | 25 | 50 | 1D | 31 |
| Octal | 210 | 240 | 130 | 17 | 0 | 55 | 45 | 120 | 35 | 61 |
| Binary | 10001000 | 10100000 | 1011000 | 1111 | 0 | 101101 | 100101 | 1010000 | 11101 | 110001 |
Color Harmonies of #88A058
Complementary color
Monochromatic Colors of #88A058
Black with #88A058
Text Example
Text Example
White with #88A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A058; }
p { color: rgb(136,160,88); }
H1.HeaderClassName
{
color: #88A058;
}
.AnyTagClassName
{
color: #88A058;
}
</style>
background-color css
<style>
a { background-color: #88A058; }
a { background-color: rgb(136,160,88); }
div.DivClassName
{
background-color: #88A058;
}
.BgClassName
{
background-color: #88A058;
}
</style>
border-color css
<style>
span { border-color: #88A058; }
span { border-color: rgb(136,160,88); }
td.TdClassName
{
border-color: #88A058;
}
.TagClassName
{
border-color: #88A058;
}
</style>