Shades of Chelsea Cucumber #80A853
Tints of Chelsea Cucumber #80A853
RGB
CMYK
RGB Variations
Color information
#80A853 (or 0x80A853) is known color: Chelsea Cucumber. HEX triplet: 80, A8 and 53. RGB value is (128,168,83). Sum of RGB (Red+Green+Blue) = 128+168+83=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #80A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A853 is #7F57AC. Grayscale: #929292. Windows color (decimal): -8345517 or 5482624. OLE color: 5482624.
HSL color Cylindrical-coordinate representation of color #80A853: hue angle of 88.24º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A853 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 168 | 83 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.34 |
| HSL | 88.24º | 0.34% | 0.49% | - |
| HSV(B) | 88.24º | 0.51% | 0.66% | - |
| XYZ | 24.47 | 33.22 | 13.31 | - |
| YUV | 146.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 83 | 0.24 | 0 | 0.51 | 0.34 | 88.24 | 0.34 | 0.49 |
| Hex | 80 | A8 | 53 | 18 | 0 | 33 | 22 | 58 | 22 | 31 |
| Octal | 200 | 250 | 123 | 30 | 0 | 63 | 42 | 130 | 42 | 61 |
| Binary | 10000000 | 10101000 | 1010011 | 11000 | 0 | 110011 | 100010 | 1011000 | 100010 | 110001 |
Color Harmonies of #80A853
Complementary color
Monochromatic Colors of #80A853
Black with #80A853
Text Example
Text Example
White with #80A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A853; }
p { color: rgb(128,168,83); }
H1.HeaderClassName
{
color: #80A853;
}
.AnyTagClassName
{
color: #80A853;
}
</style>
background-color css
<style>
a { background-color: #80A853; }
a { background-color: rgb(128,168,83); }
div.DivClassName
{
background-color: #80A853;
}
.BgClassName
{
background-color: #80A853;
}
</style>
border-color css
<style>
span { border-color: #80A853; }
span { border-color: rgb(128,168,83); }
td.TdClassName
{
border-color: #80A853;
}
.TagClassName
{
border-color: #80A853;
}
</style>