Shades of Lima #84B908
Tints of Lima #84B908
RGB
CMYK
RGB Variations
Color information
#84B908 (or 0x84B908) is known color: Lima. HEX triplet: 84, B9 and 08. RGB value is (132,185,8). Sum of RGB (Red+Green+Blue) = 132+185+8=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #84B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B908 is #7B46F7. Grayscale: #959595. Windows color (decimal): -8079096 or 571780. OLE color: 571780.
HSL color Cylindrical-coordinate representation of color #84B908: hue angle of 77.97º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84B908 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.27 |
| HSL | 77.97º | 0.92% | 0.38% | - |
| HSV(B) | 77.97º | 0.96% | 0.73% | - |
| XYZ | 26.91 | 39.62 | 6.46 | - |
| YUV | 148.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 8 | 0.29 | 0 | 0.96 | 0.27 | 77.97 | 0.92 | 0.38 |
| Hex | 84 | B9 | 8 | 1D | 0 | 60 | 1B | 4E | 5C | 26 |
| Octal | 204 | 271 | 10 | 35 | 0 | 140 | 33 | 116 | 134 | 46 |
| Binary | 10000100 | 10111001 | 1000 | 11101 | 0 | 1100000 | 11011 | 1001110 | 1011100 | 100110 |
Color Harmonies of #84B908
Complementary color
Monochromatic Colors of #84B908
Black with #84B908
Text Example
Text Example
White with #84B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B908; }
p { color: rgb(132,185,8); }
H1.HeaderClassName
{
color: #84B908;
}
.AnyTagClassName
{
color: #84B908;
}
</style>
background-color css
<style>
a { background-color: #84B908; }
a { background-color: rgb(132,185,8); }
div.DivClassName
{
background-color: #84B908;
}
.BgClassName
{
background-color: #84B908;
}
</style>
border-color css
<style>
span { border-color: #84B908; }
span { border-color: rgb(132,185,8); }
td.TdClassName
{
border-color: #84B908;
}
.TagClassName
{
border-color: #84B908;
}
</style>