Shades of Chelsea Cucumber #80A249
Tints of Chelsea Cucumber #80A249
RGB
CMYK
RGB Variations
Color information
#80A249 (or 0x80A249) is known color: Chelsea Cucumber. HEX triplet: 80, A2 and 49. RGB value is (128,162,73). Sum of RGB (Red+Green+Blue) = 128+162+73=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #80A249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A249 is #7F5DB6. Grayscale: #8E8E8E. Windows color (decimal): -8347063 or 4825728. OLE color: 4825728.
HSL color Cylindrical-coordinate representation of color #80A249: hue angle of 82.92º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80A249 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 73 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.36 |
| HSL | 82.92º | 0.38% | 0.46% | - |
| HSV(B) | 82.92º | 0.55% | 0.64% | - |
| XYZ | 23.03 | 30.91 | 11.06 | - |
| YUV | 141.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 73 | 0.21 | 0 | 0.55 | 0.36 | 82.92 | 0.38 | 0.46 |
| Hex | 80 | A2 | 49 | 15 | 0 | 37 | 24 | 53 | 26 | 2E |
| Octal | 200 | 242 | 111 | 25 | 0 | 67 | 44 | 123 | 46 | 56 |
| Binary | 10000000 | 10100010 | 1001001 | 10101 | 0 | 110111 | 100100 | 1010011 | 100110 | 101110 |
Color Harmonies of #80A249
Complementary color
Monochromatic Colors of #80A249
Black with #80A249
Text Example
Text Example
White with #80A249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A249; }
p { color: rgb(128,162,73); }
H1.HeaderClassName
{
color: #80A249;
}
.AnyTagClassName
{
color: #80A249;
}
</style>
background-color css
<style>
a { background-color: #80A249; }
a { background-color: rgb(128,162,73); }
div.DivClassName
{
background-color: #80A249;
}
.BgClassName
{
background-color: #80A249;
}
</style>
border-color css
<style>
span { border-color: #80A249; }
span { border-color: rgb(128,162,73); }
td.TdClassName
{
border-color: #80A249;
}
.TagClassName
{
border-color: #80A249;
}
</style>