Shades of Chelsea Cucumber #8DAA53
Tints of Chelsea Cucumber #8DAA53
RGB
CMYK
RGB Variations
Color information
#8DAA53 (or 0x8DAA53) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 53. RGB value is (141,170,83). Sum of RGB (Red+Green+Blue) = 141+170+83=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA53 is #7255AC. Grayscale: #979797. Windows color (decimal): -7493037 or 5483149. OLE color: 5483149.
HSL color Cylindrical-coordinate representation of color #8DAA53: hue angle of 80º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DAA53 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 83 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.33 |
| HSL | 80º | 0.34% | 0.5% | - |
| HSV(B) | 80º | 0.51% | 0.67% | - |
| XYZ | 26.92 | 35.04 | 13.53 | - |
| YUV | 151.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 83 | 0.17 | 0 | 0.51 | 0.33 | 80 | 0.34 | 0.5 |
| Hex | 8D | AA | 53 | 11 | 0 | 33 | 21 | 50 | 22 | 32 |
| Octal | 215 | 252 | 123 | 21 | 0 | 63 | 41 | 120 | 42 | 62 |
| Binary | 10001101 | 10101010 | 1010011 | 10001 | 0 | 110011 | 100001 | 1010000 | 100010 | 110010 |
Color Harmonies of #8DAA53
Complementary color
Monochromatic Colors of #8DAA53
Black with #8DAA53
Text Example
Text Example
White with #8DAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA53; }
p { color: rgb(141,170,83); }
H1.HeaderClassName
{
color: #8DAA53;
}
.AnyTagClassName
{
color: #8DAA53;
}
</style>
background-color css
<style>
a { background-color: #8DAA53; }
a { background-color: rgb(141,170,83); }
div.DivClassName
{
background-color: #8DAA53;
}
.BgClassName
{
background-color: #8DAA53;
}
</style>
border-color css
<style>
span { border-color: #8DAA53; }
span { border-color: rgb(141,170,83); }
td.TdClassName
{
border-color: #8DAA53;
}
.TagClassName
{
border-color: #8DAA53;
}
</style>