Shades of Chelsea Cucumber #8DAB56
Tints of Chelsea Cucumber #8DAB56
RGB
CMYK
RGB Variations
Color information
#8DAB56 (or 0x8DAB56) is known color: Chelsea Cucumber. HEX triplet: 8D, AB and 56. RGB value is (141,171,86). Sum of RGB (Red+Green+Blue) = 141+171+86=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB56 is #7254A9. Grayscale: #989898. Windows color (decimal): -7492778 or 5680013. OLE color: 5680013.
HSL color Cylindrical-coordinate representation of color #8DAB56: hue angle of 81.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DAB56 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 86 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.33 |
| HSL | 81.18º | 0.34% | 0.5% | - |
| HSV(B) | 81.18º | 0.5% | 0.67% | - |
| XYZ | 27.23 | 35.46 | 14.21 | - |
| YUV | 152.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 86 | 0.18 | 0 | 0.50 | 0.33 | 81.18 | 0.34 | 0.5 |
| Hex | 8D | AB | 56 | 12 | 0 | 32 | 21 | 51 | 22 | 32 |
| Octal | 215 | 253 | 126 | 22 | 0 | 62 | 41 | 121 | 42 | 62 |
| Binary | 10001101 | 10101011 | 1010110 | 10010 | 0 | 110010 | 100001 | 1010001 | 100010 | 110010 |
Color Harmonies of #8DAB56
Complementary color
Monochromatic Colors of #8DAB56
Black with #8DAB56
Text Example
Text Example
White with #8DAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB56; }
p { color: rgb(141,171,86); }
H1.HeaderClassName
{
color: #8DAB56;
}
.AnyTagClassName
{
color: #8DAB56;
}
</style>
background-color css
<style>
a { background-color: #8DAB56; }
a { background-color: rgb(141,171,86); }
div.DivClassName
{
background-color: #8DAB56;
}
.BgClassName
{
background-color: #8DAB56;
}
</style>
border-color css
<style>
span { border-color: #8DAB56; }
span { border-color: rgb(141,171,86); }
td.TdClassName
{
border-color: #8DAB56;
}
.TagClassName
{
border-color: #8DAB56;
}
</style>