Shades of Chelsea Cucumber #80AB49
Tints of Chelsea Cucumber #80AB49
RGB
CMYK
RGB Variations
Color information
#80AB49 (or 0x80AB49) is known color: Chelsea Cucumber. HEX triplet: 80, AB and 49. RGB value is (128,171,73). Sum of RGB (Red+Green+Blue) = 128+171+73=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB49 is #7F54B6. Grayscale: #939393. Windows color (decimal): -8344759 or 4828032. OLE color: 4828032.
HSL color Cylindrical-coordinate representation of color #80AB49: hue angle of 86.33º 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 #80AB49 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 73 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.33 |
| HSL | 86.33º | 0.4% | 0.48% | - |
| HSV(B) | 86.33º | 0.57% | 0.67% | - |
| XYZ | 24.67 | 34.2 | 11.6 | - |
| YUV | 146.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 73 | 0.25 | 0 | 0.57 | 0.33 | 86.33 | 0.4 | 0.48 |
| Hex | 80 | AB | 49 | 19 | 0 | 39 | 21 | 56 | 28 | 30 |
| Octal | 200 | 253 | 111 | 31 | 0 | 71 | 41 | 126 | 50 | 60 |
| Binary | 10000000 | 10101011 | 1001001 | 11001 | 0 | 111001 | 100001 | 1010110 | 101000 | 110000 |
Color Harmonies of #80AB49
Complementary color
Monochromatic Colors of #80AB49
Black with #80AB49
Text Example
Text Example
White with #80AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB49; }
p { color: rgb(128,171,73); }
H1.HeaderClassName
{
color: #80AB49;
}
.AnyTagClassName
{
color: #80AB49;
}
</style>
background-color css
<style>
a { background-color: #80AB49; }
a { background-color: rgb(128,171,73); }
div.DivClassName
{
background-color: #80AB49;
}
.BgClassName
{
background-color: #80AB49;
}
</style>
border-color css
<style>
span { border-color: #80AB49; }
span { border-color: rgb(128,171,73); }
td.TdClassName
{
border-color: #80AB49;
}
.TagClassName
{
border-color: #80AB49;
}
</style>