Shades of Chelsea Cucumber #88A250
Tints of Chelsea Cucumber #88A250
RGB
CMYK
RGB Variations
Color information
#88A250 (or 0x88A250) is known color: Chelsea Cucumber. HEX triplet: 88, A2 and 50. RGB value is (136,162,80). Sum of RGB (Red+Green+Blue) = 136+162+80=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #88A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A250 is #775DAF. Grayscale: #919191. Windows color (decimal): -7822768 or 5284488. OLE color: 5284488.
HSL color Cylindrical-coordinate representation of color #88A250: hue angle of 79.02º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88A250 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 80 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.36 |
| HSL | 79.02º | 0.34% | 0.47% | - |
| HSV(B) | 79.02º | 0.51% | 0.64% | - |
| XYZ | 24.52 | 31.65 | 12.41 | - |
| YUV | 144.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 80 | 0.16 | 0 | 0.51 | 0.36 | 79.02 | 0.34 | 0.47 |
| Hex | 88 | A2 | 50 | 10 | 0 | 33 | 24 | 4F | 22 | 2F |
| Octal | 210 | 242 | 120 | 20 | 0 | 63 | 44 | 117 | 42 | 57 |
| Binary | 10001000 | 10100010 | 1010000 | 10000 | 0 | 110011 | 100100 | 1001111 | 100010 | 101111 |
Color Harmonies of #88A250
Complementary color
Monochromatic Colors of #88A250
Black with #88A250
Text Example
Text Example
White with #88A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A250; }
p { color: rgb(136,162,80); }
H1.HeaderClassName
{
color: #88A250;
}
.AnyTagClassName
{
color: #88A250;
}
</style>
background-color css
<style>
a { background-color: #88A250; }
a { background-color: rgb(136,162,80); }
div.DivClassName
{
background-color: #88A250;
}
.BgClassName
{
background-color: #88A250;
}
</style>
border-color css
<style>
span { border-color: #88A250; }
span { border-color: rgb(136,162,80); }
td.TdClassName
{
border-color: #88A250;
}
.TagClassName
{
border-color: #88A250;
}
</style>