Shades of Lima #84B613
Tints of Lima #84B613
RGB
CMYK
RGB Variations
Color information
#84B613 (or 0x84B613) is known color: Lima. HEX triplet: 84, B6 and 13. RGB value is (132,182,19). Sum of RGB (Red+Green+Blue) = 132+182+19=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #84B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B613 is #7B49EC. Grayscale: #959595. Windows color (decimal): -8079853 or 1291908. OLE color: 1291908.
HSL color Cylindrical-coordinate representation of color #84B613: hue angle of 78.4º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84B613 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 19 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.29 |
| HSL | 78.4º | 0.81% | 0.39% | - |
| HSV(B) | 78.4º | 0.9% | 0.71% | - |
| XYZ | 26.36 | 38.41 | 6.64 | - |
| YUV | 148.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 19 | 0.27 | 0 | 0.90 | 0.29 | 78.4 | 0.81 | 0.39 |
| Hex | 84 | B6 | 13 | 1B | 0 | 5A | 1D | 4E | 51 | 27 |
| Octal | 204 | 266 | 23 | 33 | 0 | 132 | 35 | 116 | 121 | 47 |
| Binary | 10000100 | 10110110 | 10011 | 11011 | 0 | 1011010 | 11101 | 1001110 | 1010001 | 100111 |
Color Harmonies of #84B613
Complementary color
Monochromatic Colors of #84B613
Black with #84B613
Text Example
Text Example
White with #84B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B613; }
p { color: rgb(132,182,19); }
H1.HeaderClassName
{
color: #84B613;
}
.AnyTagClassName
{
color: #84B613;
}
</style>
background-color css
<style>
a { background-color: #84B613; }
a { background-color: rgb(132,182,19); }
div.DivClassName
{
background-color: #84B613;
}
.BgClassName
{
background-color: #84B613;
}
</style>
border-color css
<style>
span { border-color: #84B613; }
span { border-color: rgb(132,182,19); }
td.TdClassName
{
border-color: #84B613;
}
.TagClassName
{
border-color: #84B613;
}
</style>