Shades of Lima #84B110
Tints of Lima #84B110
RGB
CMYK
RGB Variations
Color information
#84B110 (or 0x84B110) is known color: Lima. HEX triplet: 84, B1 and 10. RGB value is (132,177,16). Sum of RGB (Red+Green+Blue) = 132+177+16=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #84B110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B110 is #7B4EEF. Grayscale: #919191. Windows color (decimal): -8081136 or 1094020. OLE color: 1094020.
HSL color Cylindrical-coordinate representation of color #84B110: hue angle of 76.77º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84B110 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 16 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.31 |
| HSL | 76.77º | 0.83% | 0.38% | - |
| HSV(B) | 76.77º | 0.91% | 0.69% | - |
| XYZ | 25.33 | 36.39 | 6.18 | - |
| YUV | 145.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 16 | 0.25 | 0 | 0.91 | 0.31 | 76.77 | 0.83 | 0.38 |
| Hex | 84 | B1 | 10 | 19 | 0 | 5B | 1F | 4D | 53 | 26 |
| Octal | 204 | 261 | 20 | 31 | 0 | 133 | 37 | 115 | 123 | 46 |
| Binary | 10000100 | 10110001 | 10000 | 11001 | 0 | 1011011 | 11111 | 1001101 | 1010011 | 100110 |
Color Harmonies of #84B110
Complementary color
Monochromatic Colors of #84B110
Black with #84B110
Text Example
Text Example
White with #84B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B110; }
p { color: rgb(132,177,16); }
H1.HeaderClassName
{
color: #84B110;
}
.AnyTagClassName
{
color: #84B110;
}
</style>
background-color css
<style>
a { background-color: #84B110; }
a { background-color: rgb(132,177,16); }
div.DivClassName
{
background-color: #84B110;
}
.BgClassName
{
background-color: #84B110;
}
</style>
border-color css
<style>
span { border-color: #84B110; }
span { border-color: rgb(132,177,16); }
td.TdClassName
{
border-color: #84B110;
}
.TagClassName
{
border-color: #84B110;
}
</style>