Shades of Chelsea Cucumber #80A446
Tints of Chelsea Cucumber #80A446
RGB
CMYK
RGB Variations
Color information
#80A446 (or 0x80A446) is known color: Chelsea Cucumber. HEX triplet: 80, A4 and 46. RGB value is (128,164,70). Sum of RGB (Red+Green+Blue) = 128+164+70=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #80A446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A446 is #7F5BB9. Grayscale: #8E8E8E. Windows color (decimal): -8346554 or 4629632. OLE color: 4629632.
HSL color Cylindrical-coordinate representation of color #80A446: hue angle of 82.98º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80A446 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 70 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.36 |
| HSL | 82.98º | 0.4% | 0.46% | - |
| HSV(B) | 82.98º | 0.57% | 0.64% | - |
| XYZ | 23.28 | 31.58 | 10.66 | - |
| YUV | 142.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 70 | 0.22 | 0 | 0.57 | 0.36 | 82.98 | 0.4 | 0.46 |
| Hex | 80 | A4 | 46 | 16 | 0 | 39 | 24 | 53 | 28 | 2E |
| Octal | 200 | 244 | 106 | 26 | 0 | 71 | 44 | 123 | 50 | 56 |
| Binary | 10000000 | 10100100 | 1000110 | 10110 | 0 | 111001 | 100100 | 1010011 | 101000 | 101110 |
Color Harmonies of #80A446
Complementary color
Monochromatic Colors of #80A446
Black with #80A446
Text Example
Text Example
White with #80A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A446; }
p { color: rgb(128,164,70); }
H1.HeaderClassName
{
color: #80A446;
}
.AnyTagClassName
{
color: #80A446;
}
</style>
background-color css
<style>
a { background-color: #80A446; }
a { background-color: rgb(128,164,70); }
div.DivClassName
{
background-color: #80A446;
}
.BgClassName
{
background-color: #80A446;
}
</style>
border-color css
<style>
span { border-color: #80A446; }
span { border-color: rgb(128,164,70); }
td.TdClassName
{
border-color: #80A446;
}
.TagClassName
{
border-color: #80A446;
}
</style>