Shades of Lima #76AB26
Tints of Lima #76AB26
RGB
CMYK
RGB Variations
Color information
#76AB26 (or 0x76AB26) is known color: Lima. HEX triplet: 76, AB and 26. RGB value is (118,171,38). Sum of RGB (Red+Green+Blue) = 118+171+38=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB26 is #8954D9. Grayscale: #8C8C8C. Windows color (decimal): -9000154 or 2534262. OLE color: 2534262.
HSL color Cylindrical-coordinate representation of color #76AB26: hue angle of 83.91º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76AB26 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 38 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.33 |
| HSL | 83.91º | 0.64% | 0.41% | - |
| HSV(B) | 83.91º | 0.78% | 0.67% | - |
| XYZ | 22.38 | 33.12 | 7.05 | - |
| YUV | 139.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 38 | 0.31 | 0 | 0.78 | 0.33 | 83.91 | 0.64 | 0.41 |
| Hex | 76 | AB | 26 | 1F | 0 | 4E | 21 | 54 | 40 | 29 |
| Octal | 166 | 253 | 46 | 37 | 0 | 116 | 41 | 124 | 100 | 51 |
| Binary | 1110110 | 10101011 | 100110 | 11111 | 0 | 1001110 | 100001 | 1010100 | 1000000 | 101001 |
Color Harmonies of #76AB26
Complementary color
Monochromatic Colors of #76AB26
Black with #76AB26
Text Example
Text Example
White with #76AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB26; }
p { color: rgb(118,171,38); }
H1.HeaderClassName
{
color: #76AB26;
}
.AnyTagClassName
{
color: #76AB26;
}
</style>
background-color css
<style>
a { background-color: #76AB26; }
a { background-color: rgb(118,171,38); }
div.DivClassName
{
background-color: #76AB26;
}
.BgClassName
{
background-color: #76AB26;
}
</style>
border-color css
<style>
span { border-color: #76AB26; }
span { border-color: rgb(118,171,38); }
td.TdClassName
{
border-color: #76AB26;
}
.TagClassName
{
border-color: #76AB26;
}
</style>