Shades of Lima #84B712
Tints of Lima #84B712
RGB
CMYK
RGB Variations
Color information
#84B712 (or 0x84B712) is known color: Lima. HEX triplet: 84, B7 and 12. RGB value is (132,183,18). Sum of RGB (Red+Green+Blue) = 132+183+18=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #84B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B712 is #7B48ED. Grayscale: #959595. Windows color (decimal): -8079598 or 1226628. OLE color: 1226628.
HSL color Cylindrical-coordinate representation of color #84B712: hue angle of 78.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84B712 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 18 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.28 |
| HSL | 78.55º | 0.82% | 0.39% | - |
| HSV(B) | 78.55º | 0.9% | 0.72% | - |
| XYZ | 26.56 | 38.82 | 6.66 | - |
| YUV | 148.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 18 | 0.28 | 0 | 0.90 | 0.28 | 78.55 | 0.82 | 0.39 |
| Hex | 84 | B7 | 12 | 1C | 0 | 5A | 1C | 4F | 52 | 27 |
| Octal | 204 | 267 | 22 | 34 | 0 | 132 | 34 | 117 | 122 | 47 |
| Binary | 10000100 | 10110111 | 10010 | 11100 | 0 | 1011010 | 11100 | 1001111 | 1010010 | 100111 |
Color Harmonies of #84B712
Complementary color
Monochromatic Colors of #84B712
Black with #84B712
Text Example
Text Example
White with #84B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B712; }
p { color: rgb(132,183,18); }
H1.HeaderClassName
{
color: #84B712;
}
.AnyTagClassName
{
color: #84B712;
}
</style>
background-color css
<style>
a { background-color: #84B712; }
a { background-color: rgb(132,183,18); }
div.DivClassName
{
background-color: #84B712;
}
.BgClassName
{
background-color: #84B712;
}
</style>
border-color css
<style>
span { border-color: #84B712; }
span { border-color: rgb(132,183,18); }
td.TdClassName
{
border-color: #84B712;
}
.TagClassName
{
border-color: #84B712;
}
</style>