Shades of Lima #84B515
Tints of Lima #84B515
RGB
CMYK
RGB Variations
Color information
#84B515 (or 0x84B515) is known color: Lima. HEX triplet: 84, B5 and 15. RGB value is (132,181,21). Sum of RGB (Red+Green+Blue) = 132+181+21=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #84B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B515 is #7B4AEA. Grayscale: #949494. Windows color (decimal): -8080107 or 1422724. OLE color: 1422724.
HSL color Cylindrical-coordinate representation of color #84B515: hue angle of 78.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84B515 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 21 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.29 |
| HSL | 78.38º | 0.79% | 0.4% | - |
| HSV(B) | 78.38º | 0.88% | 0.71% | - |
| XYZ | 26.17 | 38.01 | 6.67 | - |
| YUV | 148.11 | 56.27 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 21 | 0.27 | 0 | 0.88 | 0.29 | 78.38 | 0.79 | 0.4 |
| Hex | 84 | B5 | 15 | 1B | 0 | 58 | 1D | 4E | 4F | 28 |
| Octal | 204 | 265 | 25 | 33 | 0 | 130 | 35 | 116 | 117 | 50 |
| Binary | 10000100 | 10110101 | 10101 | 11011 | 0 | 1011000 | 11101 | 1001110 | 1001111 | 101000 |
Color Harmonies of #84B515
Complementary color
Monochromatic Colors of #84B515
Black with #84B515
Text Example
Text Example
White with #84B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B515; }
p { color: rgb(132,181,21); }
H1.HeaderClassName
{
color: #84B515;
}
.AnyTagClassName
{
color: #84B515;
}
</style>
background-color css
<style>
a { background-color: #84B515; }
a { background-color: rgb(132,181,21); }
div.DivClassName
{
background-color: #84B515;
}
.BgClassName
{
background-color: #84B515;
}
</style>
border-color css
<style>
span { border-color: #84B515; }
span { border-color: rgb(132,181,21); }
td.TdClassName
{
border-color: #84B515;
}
.TagClassName
{
border-color: #84B515;
}
</style>