Shades of Lima #84B408
Tints of Lima #84B408
RGB
CMYK
RGB Variations
Color information
#84B408 (or 0x84B408) is known color: Lima. HEX triplet: 84, B4 and 08. RGB value is (132,180,8). Sum of RGB (Red+Green+Blue) = 132+180+8=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #84B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B408 is #7B4BF7. Grayscale: #929292. Windows color (decimal): -8080376 or 570500. OLE color: 570500.
HSL color Cylindrical-coordinate representation of color #84B408: hue angle of 76.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84B408 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.29 |
| HSL | 76.74º | 0.91% | 0.37% | - |
| HSV(B) | 76.74º | 0.96% | 0.71% | - |
| XYZ | 25.88 | 37.57 | 6.12 | - |
| YUV | 146.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 8 | 0.27 | 0 | 0.96 | 0.29 | 76.74 | 0.91 | 0.37 |
| Hex | 84 | B4 | 8 | 1B | 0 | 60 | 1D | 4D | 5B | 25 |
| Octal | 204 | 264 | 10 | 33 | 0 | 140 | 35 | 115 | 133 | 45 |
| Binary | 10000100 | 10110100 | 1000 | 11011 | 0 | 1100000 | 11101 | 1001101 | 1011011 | 100101 |
Color Harmonies of #84B408
Complementary color
Monochromatic Colors of #84B408
Black with #84B408
Text Example
Text Example
White with #84B408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B408; }
p { color: rgb(132,180,8); }
H1.HeaderClassName
{
color: #84B408;
}
.AnyTagClassName
{
color: #84B408;
}
</style>
background-color css
<style>
a { background-color: #84B408; }
a { background-color: rgb(132,180,8); }
div.DivClassName
{
background-color: #84B408;
}
.BgClassName
{
background-color: #84B408;
}
</style>
border-color css
<style>
span { border-color: #84B408; }
span { border-color: rgb(132,180,8); }
td.TdClassName
{
border-color: #84B408;
}
.TagClassName
{
border-color: #84B408;
}
</style>