Shades of Lima #84B316
Tints of Lima #84B316
RGB
CMYK
RGB Variations
Color information
#84B316 (or 0x84B316) is known color: Lima. HEX triplet: 84, B3 and 16. RGB value is (132,179,22). Sum of RGB (Red+Green+Blue) = 132+179+22=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #84B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B316 is #7B4CE9. Grayscale: #939393. Windows color (decimal): -8080618 or 1487748. OLE color: 1487748.
HSL color Cylindrical-coordinate representation of color #84B316: hue angle of 77.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84B316 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 22 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.30 |
| HSL | 77.96º | 0.78% | 0.39% | - |
| HSV(B) | 77.96º | 0.88% | 0.7% | - |
| XYZ | 25.78 | 37.2 | 6.58 | - |
| YUV | 147.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 22 | 0.26 | 0 | 0.88 | 0.30 | 77.96 | 0.78 | 0.39 |
| Hex | 84 | B3 | 16 | 1A | 0 | 58 | 1E | 4E | 4E | 27 |
| Octal | 204 | 263 | 26 | 32 | 0 | 130 | 36 | 116 | 116 | 47 |
| Binary | 10000100 | 10110011 | 10110 | 11010 | 0 | 1011000 | 11110 | 1001110 | 1001110 | 100111 |
Color Harmonies of #84B316
Complementary color
Monochromatic Colors of #84B316
Black with #84B316
Text Example
Text Example
White with #84B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B316; }
p { color: rgb(132,179,22); }
H1.HeaderClassName
{
color: #84B316;
}
.AnyTagClassName
{
color: #84B316;
}
</style>
background-color css
<style>
a { background-color: #84B316; }
a { background-color: rgb(132,179,22); }
div.DivClassName
{
background-color: #84B316;
}
.BgClassName
{
background-color: #84B316;
}
</style>
border-color css
<style>
span { border-color: #84B316; }
span { border-color: rgb(132,179,22); }
td.TdClassName
{
border-color: #84B316;
}
.TagClassName
{
border-color: #84B316;
}
</style>