Shades of Lima #80A91B
Tints of Lima #80A91B
RGB
CMYK
RGB Variations
Color information
#80A91B (or 0x80A91B) is known color: Lima. HEX triplet: 80, A9 and 1B. RGB value is (128,169,27). Sum of RGB (Red+Green+Blue) = 128+169+27=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #80A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A91B is #7F56E4. Grayscale: #8D8D8D. Windows color (decimal): -8345317 or 1812864. OLE color: 1812864.
HSL color Cylindrical-coordinate representation of color #80A91B: hue angle of 77.32º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80A91B is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 27 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.34 |
| HSL | 77.32º | 0.72% | 0.38% | - |
| HSV(B) | 77.32º | 0.84% | 0.66% | - |
| XYZ | 23.29 | 33.04 | 6.19 | - |
| YUV | 140.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 27 | 0.24 | 0 | 0.84 | 0.34 | 77.32 | 0.72 | 0.38 |
| Hex | 80 | A9 | 1B | 18 | 0 | 54 | 22 | 4D | 48 | 26 |
| Octal | 200 | 251 | 33 | 30 | 0 | 124 | 42 | 115 | 110 | 46 |
| Binary | 10000000 | 10101001 | 11011 | 11000 | 0 | 1010100 | 100010 | 1001101 | 1001000 | 100110 |
Color Harmonies of #80A91B
Complementary color
Monochromatic Colors of #80A91B
Black with #80A91B
Text Example
Text Example
White with #80A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A91B; }
p { color: rgb(128,169,27); }
H1.HeaderClassName
{
color: #80A91B;
}
.AnyTagClassName
{
color: #80A91B;
}
</style>
background-color css
<style>
a { background-color: #80A91B; }
a { background-color: rgb(128,169,27); }
div.DivClassName
{
background-color: #80A91B;
}
.BgClassName
{
background-color: #80A91B;
}
</style>
border-color css
<style>
span { border-color: #80A91B; }
span { border-color: rgb(128,169,27); }
td.TdClassName
{
border-color: #80A91B;
}
.TagClassName
{
border-color: #80A91B;
}
</style>