Shades of Lima #80A522
Tints of Lima #80A522
RGB
CMYK
RGB Variations
Color information
#80A522 (or 0x80A522) is known color: Lima. HEX triplet: 80, A5 and 22. RGB value is (128,165,34). Sum of RGB (Red+Green+Blue) = 128+165+34=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #80A522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A522 is #7F5ADD. Grayscale: #8B8B8B. Windows color (decimal): -8346334 or 2270592. OLE color: 2270592.
HSL color Cylindrical-coordinate representation of color #80A522: hue angle of 76.95º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80A522 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 34 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.35 |
| HSL | 76.95º | 0.66% | 0.39% | - |
| HSV(B) | 76.95º | 0.79% | 0.65% | - |
| XYZ | 22.65 | 31.61 | 6.42 | - |
| YUV | 139 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 34 | 0.22 | 0 | 0.79 | 0.35 | 76.95 | 0.66 | 0.39 |
| Hex | 80 | A5 | 22 | 16 | 0 | 4F | 23 | 4D | 42 | 27 |
| Octal | 200 | 245 | 42 | 26 | 0 | 117 | 43 | 115 | 102 | 47 |
| Binary | 10000000 | 10100101 | 100010 | 10110 | 0 | 1001111 | 100011 | 1001101 | 1000010 | 100111 |
Color Harmonies of #80A522
Complementary color
Monochromatic Colors of #80A522
Black with #80A522
Text Example
Text Example
White with #80A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A522; }
p { color: rgb(128,165,34); }
H1.HeaderClassName
{
color: #80A522;
}
.AnyTagClassName
{
color: #80A522;
}
</style>
background-color css
<style>
a { background-color: #80A522; }
a { background-color: rgb(128,165,34); }
div.DivClassName
{
background-color: #80A522;
}
.BgClassName
{
background-color: #80A522;
}
</style>
border-color css
<style>
span { border-color: #80A522; }
span { border-color: rgb(128,165,34); }
td.TdClassName
{
border-color: #80A522;
}
.TagClassName
{
border-color: #80A522;
}
</style>