Shades of Chelsea Cucumber #8CAA53
Tints of Chelsea Cucumber #8CAA53
RGB
CMYK
RGB Variations
Color information
#8CAA53 (or 0x8CAA53) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 53. RGB value is (140,170,83). Sum of RGB (Red+Green+Blue) = 140+170+83=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA53 is #7355AC. Grayscale: #979797. Windows color (decimal): -7558573 or 5483148. OLE color: 5483148.
HSL color Cylindrical-coordinate representation of color #8CAA53: hue angle of 80.69º 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 #8CAA53 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 83 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.33 |
| HSL | 80.69º | 0.34% | 0.5% | - |
| HSV(B) | 80.69º | 0.51% | 0.67% | - |
| XYZ | 26.75 | 34.95 | 13.52 | - |
| YUV | 151.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 83 | 0.18 | 0 | 0.51 | 0.33 | 80.69 | 0.34 | 0.5 |
| Hex | 8C | AA | 53 | 12 | 0 | 33 | 21 | 51 | 22 | 32 |
| Octal | 214 | 252 | 123 | 22 | 0 | 63 | 41 | 121 | 42 | 62 |
| Binary | 10001100 | 10101010 | 1010011 | 10010 | 0 | 110011 | 100001 | 1010001 | 100010 | 110010 |
Color Harmonies of #8CAA53
Complementary color
Monochromatic Colors of #8CAA53
Black with #8CAA53
Text Example
Text Example
White with #8CAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA53; }
p { color: rgb(140,170,83); }
H1.HeaderClassName
{
color: #8CAA53;
}
.AnyTagClassName
{
color: #8CAA53;
}
</style>
background-color css
<style>
a { background-color: #8CAA53; }
a { background-color: rgb(140,170,83); }
div.DivClassName
{
background-color: #8CAA53;
}
.BgClassName
{
background-color: #8CAA53;
}
</style>
border-color css
<style>
span { border-color: #8CAA53; }
span { border-color: rgb(140,170,83); }
td.TdClassName
{
border-color: #8CAA53;
}
.TagClassName
{
border-color: #8CAA53;
}
</style>