Shades of Chelsea Cucumber #80A151
Tints of Chelsea Cucumber #80A151
RGB
CMYK
RGB Variations
Color information
#80A151 (or 0x80A151) is known color: Chelsea Cucumber. HEX triplet: 80, A1 and 51. RGB value is (128,161,81). Sum of RGB (Red+Green+Blue) = 128+161+81=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #80A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A151 is #7F5EAE. Grayscale: #8E8E8E. Windows color (decimal): -8347311 or 5349760. OLE color: 5349760.
HSL color Cylindrical-coordinate representation of color #80A151: hue angle of 84.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A151 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 81 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.37 |
| HSL | 84.75º | 0.33% | 0.47% | - |
| HSV(B) | 84.75º | 0.5% | 0.63% | - |
| XYZ | 23.13 | 30.67 | 12.49 | - |
| YUV | 142.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 81 | 0.20 | 0 | 0.50 | 0.37 | 84.75 | 0.33 | 0.47 |
| Hex | 80 | A1 | 51 | 14 | 0 | 32 | 25 | 55 | 21 | 2F |
| Octal | 200 | 241 | 121 | 24 | 0 | 62 | 45 | 125 | 41 | 57 |
| Binary | 10000000 | 10100001 | 1010001 | 10100 | 0 | 110010 | 100101 | 1010101 | 100001 | 101111 |
Color Harmonies of #80A151
Complementary color
Monochromatic Colors of #80A151
Black with #80A151
Text Example
Text Example
White with #80A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A151; }
p { color: rgb(128,161,81); }
H1.HeaderClassName
{
color: #80A151;
}
.AnyTagClassName
{
color: #80A151;
}
</style>
background-color css
<style>
a { background-color: #80A151; }
a { background-color: rgb(128,161,81); }
div.DivClassName
{
background-color: #80A151;
}
.BgClassName
{
background-color: #80A151;
}
</style>
border-color css
<style>
span { border-color: #80A151; }
span { border-color: rgb(128,161,81); }
td.TdClassName
{
border-color: #80A151;
}
.TagClassName
{
border-color: #80A151;
}
</style>