Shades of Chelsea Cucumber #80AB56
Tints of Chelsea Cucumber #80AB56
RGB
CMYK
RGB Variations
Color information
#80AB56 (or 0x80AB56) is known color: Chelsea Cucumber. HEX triplet: 80, AB and 56. RGB value is (128,171,86). Sum of RGB (Red+Green+Blue) = 128+171+86=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB56 is #7F54A9. Grayscale: #949494. Windows color (decimal): -8344746 or 5680000. OLE color: 5680000.
HSL color Cylindrical-coordinate representation of color #80AB56: hue angle of 90.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80AB56 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 86 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.33 |
| HSL | 90.35º | 0.34% | 0.5% | - |
| HSV(B) | 90.35º | 0.5% | 0.67% | - |
| XYZ | 25.14 | 34.39 | 14.12 | - |
| YUV | 148.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 86 | 0.25 | 0 | 0.50 | 0.33 | 90.35 | 0.34 | 0.5 |
| Hex | 80 | AB | 56 | 19 | 0 | 32 | 21 | 5A | 22 | 32 |
| Octal | 200 | 253 | 126 | 31 | 0 | 62 | 41 | 132 | 42 | 62 |
| Binary | 10000000 | 10101011 | 1010110 | 11001 | 0 | 110010 | 100001 | 1011010 | 100010 | 110010 |
Color Harmonies of #80AB56
Complementary color
Monochromatic Colors of #80AB56
Black with #80AB56
Text Example
Text Example
White with #80AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB56; }
p { color: rgb(128,171,86); }
H1.HeaderClassName
{
color: #80AB56;
}
.AnyTagClassName
{
color: #80AB56;
}
</style>
background-color css
<style>
a { background-color: #80AB56; }
a { background-color: rgb(128,171,86); }
div.DivClassName
{
background-color: #80AB56;
}
.BgClassName
{
background-color: #80AB56;
}
</style>
border-color css
<style>
span { border-color: #80AB56; }
span { border-color: rgb(128,171,86); }
td.TdClassName
{
border-color: #80AB56;
}
.TagClassName
{
border-color: #80AB56;
}
</style>