Shades of Lima #84A711
Tints of Lima #84A711
RGB
CMYK
RGB Variations
Color information
#84A711 (or 0x84A711) is known color: Lima. HEX triplet: 84, A7 and 11. RGB value is (132,167,17). Sum of RGB (Red+Green+Blue) = 132+167+17=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #84A711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A711 is #7B58EE. Grayscale: #8C8C8C. Windows color (decimal): -8083695 or 1156996. OLE color: 1156996.
HSL color Cylindrical-coordinate representation of color #84A711: hue angle of 74º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84A711 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 17 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.35 |
| HSL | 74º | 0.82% | 0.36% | - |
| HSV(B) | 74º | 0.9% | 0.65% | - |
| XYZ | 23.44 | 32.58 | 5.58 | - |
| YUV | 139.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 17 | 0.21 | 0 | 0.90 | 0.35 | 74 | 0.82 | 0.36 |
| Hex | 84 | A7 | 11 | 15 | 0 | 5A | 23 | 4A | 52 | 24 |
| Octal | 204 | 247 | 21 | 25 | 0 | 132 | 43 | 112 | 122 | 44 |
| Binary | 10000100 | 10100111 | 10001 | 10101 | 0 | 1011010 | 100011 | 1001010 | 1010010 | 100100 |
Color Harmonies of #84A711
Complementary color
Monochromatic Colors of #84A711
Black with #84A711
Text Example
Text Example
White with #84A711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A711; }
p { color: rgb(132,167,17); }
H1.HeaderClassName
{
color: #84A711;
}
.AnyTagClassName
{
color: #84A711;
}
</style>
background-color css
<style>
a { background-color: #84A711; }
a { background-color: rgb(132,167,17); }
div.DivClassName
{
background-color: #84A711;
}
.BgClassName
{
background-color: #84A711;
}
</style>
border-color css
<style>
span { border-color: #84A711; }
span { border-color: rgb(132,167,17); }
td.TdClassName
{
border-color: #84A711;
}
.TagClassName
{
border-color: #84A711;
}
</style>