Shades of Lima #84BA17
Tints of Lima #84BA17
RGB
CMYK
RGB Variations
Color information
#84BA17 (or 0x84BA17) is known color: Lima. HEX triplet: 84, BA and 17. RGB value is (132,186,23). Sum of RGB (Red+Green+Blue) = 132+186+23=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA17 is #7B45E8. Grayscale: #979797. Windows color (decimal): -8078825 or 1555076. OLE color: 1555076.
HSL color Cylindrical-coordinate representation of color #84BA17: hue angle of 79.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84BA17 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 23 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.27 |
| HSL | 79.88º | 0.78% | 0.41% | - |
| HSV(B) | 79.88º | 0.88% | 0.73% | - |
| XYZ | 27.23 | 40.09 | 7.11 | - |
| YUV | 151.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 23 | 0.29 | 0 | 0.88 | 0.27 | 79.88 | 0.78 | 0.41 |
| Hex | 84 | BA | 17 | 1D | 0 | 58 | 1B | 50 | 4E | 29 |
| Octal | 204 | 272 | 27 | 35 | 0 | 130 | 33 | 120 | 116 | 51 |
| Binary | 10000100 | 10111010 | 10111 | 11101 | 0 | 1011000 | 11011 | 1010000 | 1001110 | 101001 |
Color Harmonies of #84BA17
Complementary color
Monochromatic Colors of #84BA17
Black with #84BA17
Text Example
Text Example
White with #84BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA17; }
p { color: rgb(132,186,23); }
H1.HeaderClassName
{
color: #84BA17;
}
.AnyTagClassName
{
color: #84BA17;
}
</style>
background-color css
<style>
a { background-color: #84BA17; }
a { background-color: rgb(132,186,23); }
div.DivClassName
{
background-color: #84BA17;
}
.BgClassName
{
background-color: #84BA17;
}
</style>
border-color css
<style>
span { border-color: #84BA17; }
span { border-color: rgb(132,186,23); }
td.TdClassName
{
border-color: #84BA17;
}
.TagClassName
{
border-color: #84BA17;
}
</style>