Shades of Lima #84B808
Tints of Lima #84B808
RGB
CMYK
RGB Variations
Color information
#84B808 (or 0x84B808) is known color: Lima. HEX triplet: 84, B8 and 08. RGB value is (132,184,8). Sum of RGB (Red+Green+Blue) = 132+184+8=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #84B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B808 is #7B47F7. Grayscale: #959595. Windows color (decimal): -8079352 or 571524. OLE color: 571524.
HSL color Cylindrical-coordinate representation of color #84B808: hue angle of 77.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84B808 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.28 |
| HSL | 77.73º | 0.92% | 0.38% | - |
| HSV(B) | 77.73º | 0.96% | 0.72% | - |
| XYZ | 26.7 | 39.2 | 6.39 | - |
| YUV | 148.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 8 | 0.28 | 0 | 0.96 | 0.28 | 77.73 | 0.92 | 0.38 |
| Hex | 84 | B8 | 8 | 1C | 0 | 60 | 1C | 4E | 5C | 26 |
| Octal | 204 | 270 | 10 | 34 | 0 | 140 | 34 | 116 | 134 | 46 |
| Binary | 10000100 | 10111000 | 1000 | 11100 | 0 | 1100000 | 11100 | 1001110 | 1011100 | 100110 |
Color Harmonies of #84B808
Complementary color
Monochromatic Colors of #84B808
Black with #84B808
Text Example
Text Example
White with #84B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B808; }
p { color: rgb(132,184,8); }
H1.HeaderClassName
{
color: #84B808;
}
.AnyTagClassName
{
color: #84B808;
}
</style>
background-color css
<style>
a { background-color: #84B808; }
a { background-color: rgb(132,184,8); }
div.DivClassName
{
background-color: #84B808;
}
.BgClassName
{
background-color: #84B808;
}
</style>
border-color css
<style>
span { border-color: #84B808; }
span { border-color: rgb(132,184,8); }
td.TdClassName
{
border-color: #84B808;
}
.TagClassName
{
border-color: #84B808;
}
</style>