Shades of Lima #84AD13
Tints of Lima #84AD13
RGB
CMYK
RGB Variations
Color information
#84AD13 (or 0x84AD13) is known color: Lima. HEX triplet: 84, AD and 13. RGB value is (132,173,19). Sum of RGB (Red+Green+Blue) = 132+173+19=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AD13 is #7B52EC. Grayscale: #8F8F8F. Windows color (decimal): -8082157 or 1289604. OLE color: 1289604.
HSL color Cylindrical-coordinate representation of color #84AD13: hue angle of 75.97º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84AD13 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 19 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.32 |
| HSL | 75.97º | 0.8% | 0.38% | - |
| HSV(B) | 75.97º | 0.89% | 0.68% | - |
| XYZ | 24.58 | 34.84 | 6.05 | - |
| YUV | 143.19 | 57.92 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 19 | 0.24 | 0 | 0.89 | 0.32 | 75.97 | 0.8 | 0.38 |
| Hex | 84 | AD | 13 | 18 | 0 | 59 | 20 | 4C | 50 | 26 |
| Octal | 204 | 255 | 23 | 30 | 0 | 131 | 40 | 114 | 120 | 46 |
| Binary | 10000100 | 10101101 | 10011 | 11000 | 0 | 1011001 | 100000 | 1001100 | 1010000 | 100110 |
Color Harmonies of #84AD13
Complementary color
Monochromatic Colors of #84AD13
Black with #84AD13
Text Example
Text Example
White with #84AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD13; }
p { color: rgb(132,173,19); }
H1.HeaderClassName
{
color: #84AD13;
}
.AnyTagClassName
{
color: #84AD13;
}
</style>
background-color css
<style>
a { background-color: #84AD13; }
a { background-color: rgb(132,173,19); }
div.DivClassName
{
background-color: #84AD13;
}
.BgClassName
{
background-color: #84AD13;
}
</style>
border-color css
<style>
span { border-color: #84AD13; }
span { border-color: rgb(132,173,19); }
td.TdClassName
{
border-color: #84AD13;
}
.TagClassName
{
border-color: #84AD13;
}
</style>