Shades of Chelsea Cucumber #80A051
Tints of Chelsea Cucumber #80A051
RGB
CMYK
RGB Variations
Color information
#80A051 (or 0x80A051) is known color: Chelsea Cucumber. HEX triplet: 80, A0 and 51. RGB value is (128,160,81). Sum of RGB (Red+Green+Blue) = 128+160+81=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #80A051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A051 is #7F5FAE. Grayscale: #8D8D8D. Windows color (decimal): -8347567 or 5349504. OLE color: 5349504.
HSL color Cylindrical-coordinate representation of color #80A051: hue angle of 84.3º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A051 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 81 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.37 |
| HSL | 84.3º | 0.33% | 0.47% | - |
| HSV(B) | 84.3º | 0.49% | 0.63% | - |
| XYZ | 22.96 | 30.32 | 12.43 | - |
| YUV | 141.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 81 | 0.20 | 0 | 0.49 | 0.37 | 84.3 | 0.33 | 0.47 |
| Hex | 80 | A0 | 51 | 14 | 0 | 31 | 25 | 54 | 21 | 2F |
| Octal | 200 | 240 | 121 | 24 | 0 | 61 | 45 | 124 | 41 | 57 |
| Binary | 10000000 | 10100000 | 1010001 | 10100 | 0 | 110001 | 100101 | 1010100 | 100001 | 101111 |
Color Harmonies of #80A051
Complementary color
Monochromatic Colors of #80A051
Black with #80A051
Text Example
Text Example
White with #80A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A051; }
p { color: rgb(128,160,81); }
H1.HeaderClassName
{
color: #80A051;
}
.AnyTagClassName
{
color: #80A051;
}
</style>
background-color css
<style>
a { background-color: #80A051; }
a { background-color: rgb(128,160,81); }
div.DivClassName
{
background-color: #80A051;
}
.BgClassName
{
background-color: #80A051;
}
</style>
border-color css
<style>
span { border-color: #80A051; }
span { border-color: rgb(128,160,81); }
td.TdClassName
{
border-color: #80A051;
}
.TagClassName
{
border-color: #80A051;
}
</style>