Shades of Chelsea Cucumber #8DAB49
Tints of Chelsea Cucumber #8DAB49
RGB
CMYK
RGB Variations
Color information
#8DAB49 (or 0x8DAB49) is known color: Chelsea Cucumber. HEX triplet: 8D, AB and 49. RGB value is (141,171,73). Sum of RGB (Red+Green+Blue) = 141+171+73=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB49 is #7254B6. Grayscale: #979797. Windows color (decimal): -7492791 or 4828045. OLE color: 4828045.
HSL color Cylindrical-coordinate representation of color #8DAB49: hue angle of 78.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DAB49 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 73 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.33 |
| HSL | 78.37º | 0.4% | 0.48% | - |
| HSV(B) | 78.37º | 0.57% | 0.67% | - |
| XYZ | 26.75 | 35.27 | 11.7 | - |
| YUV | 150.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 73 | 0.18 | 0 | 0.57 | 0.33 | 78.37 | 0.4 | 0.48 |
| Hex | 8D | AB | 49 | 12 | 0 | 39 | 21 | 4E | 28 | 30 |
| Octal | 215 | 253 | 111 | 22 | 0 | 71 | 41 | 116 | 50 | 60 |
| Binary | 10001101 | 10101011 | 1001001 | 10010 | 0 | 111001 | 100001 | 1001110 | 101000 | 110000 |
Color Harmonies of #8DAB49
Complementary color
Monochromatic Colors of #8DAB49
Black with #8DAB49
Text Example
Text Example
White with #8DAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB49; }
p { color: rgb(141,171,73); }
H1.HeaderClassName
{
color: #8DAB49;
}
.AnyTagClassName
{
color: #8DAB49;
}
</style>
background-color css
<style>
a { background-color: #8DAB49; }
a { background-color: rgb(141,171,73); }
div.DivClassName
{
background-color: #8DAB49;
}
.BgClassName
{
background-color: #8DAB49;
}
</style>
border-color css
<style>
span { border-color: #8DAB49; }
span { border-color: rgb(141,171,73); }
td.TdClassName
{
border-color: #8DAB49;
}
.TagClassName
{
border-color: #8DAB49;
}
</style>