Shades of Lima #84B91A
Tints of Lima #84B91A
RGB
CMYK
RGB Variations
Color information
#84B91A (or 0x84B91A) is known color: Lima. HEX triplet: 84, B9 and 1A. RGB value is (132,185,26). Sum of RGB (Red+Green+Blue) = 132+185+26=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #84B91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B91A is #7B46E5. Grayscale: #979797. Windows color (decimal): -8079078 or 1751428. OLE color: 1751428.
HSL color Cylindrical-coordinate representation of color #84B91A: hue angle of 80º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84B91A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 26 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.27 |
| HSL | 80º | 0.75% | 0.41% | - |
| HSV(B) | 80º | 0.86% | 0.73% | - |
| XYZ | 27.05 | 39.68 | 7.21 | - |
| YUV | 151.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 26 | 0.29 | 0 | 0.86 | 0.27 | 80 | 0.75 | 0.41 |
| Hex | 84 | B9 | 1A | 1D | 0 | 56 | 1B | 50 | 4B | 29 |
| Octal | 204 | 271 | 32 | 35 | 0 | 126 | 33 | 120 | 113 | 51 |
| Binary | 10000100 | 10111001 | 11010 | 11101 | 0 | 1010110 | 11011 | 1010000 | 1001011 | 101001 |
Color Harmonies of #84B91A
Complementary color
Monochromatic Colors of #84B91A
Black with #84B91A
Text Example
Text Example
White with #84B91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B91A; }
p { color: rgb(132,185,26); }
H1.HeaderClassName
{
color: #84B91A;
}
.AnyTagClassName
{
color: #84B91A;
}
</style>
background-color css
<style>
a { background-color: #84B91A; }
a { background-color: rgb(132,185,26); }
div.DivClassName
{
background-color: #84B91A;
}
.BgClassName
{
background-color: #84B91A;
}
</style>
border-color css
<style>
span { border-color: #84B91A; }
span { border-color: rgb(132,185,26); }
td.TdClassName
{
border-color: #84B91A;
}
.TagClassName
{
border-color: #84B91A;
}
</style>