Shades of Lima #84B309
Tints of Lima #84B309
RGB
CMYK
RGB Variations
Color information
#84B309 (or 0x84B309) is known color: Lima. HEX triplet: 84, B3 and 09. RGB value is (132,179,9). Sum of RGB (Red+Green+Blue) = 132+179+9=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #84B309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B309 is #7B4CF6. Grayscale: #929292. Windows color (decimal): -8080631 or 635780. OLE color: 635780.
HSL color Cylindrical-coordinate representation of color #84B309: hue angle of 76.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84B309 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.30 |
| HSL | 76.59º | 0.9% | 0.37% | - |
| HSV(B) | 76.59º | 0.95% | 0.7% | - |
| XYZ | 25.69 | 37.17 | 6.08 | - |
| YUV | 145.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 9 | 0.26 | 0 | 0.95 | 0.30 | 76.59 | 0.9 | 0.37 |
| Hex | 84 | B3 | 9 | 1A | 0 | 5F | 1E | 4D | 5A | 25 |
| Octal | 204 | 263 | 11 | 32 | 0 | 137 | 36 | 115 | 132 | 45 |
| Binary | 10000100 | 10110011 | 1001 | 11010 | 0 | 1011111 | 11110 | 1001101 | 1011010 | 100101 |
Color Harmonies of #84B309
Complementary color
Monochromatic Colors of #84B309
Black with #84B309
Text Example
Text Example
White with #84B309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B309; }
p { color: rgb(132,179,9); }
H1.HeaderClassName
{
color: #84B309;
}
.AnyTagClassName
{
color: #84B309;
}
</style>
background-color css
<style>
a { background-color: #84B309; }
a { background-color: rgb(132,179,9); }
div.DivClassName
{
background-color: #84B309;
}
.BgClassName
{
background-color: #84B309;
}
</style>
border-color css
<style>
span { border-color: #84B309; }
span { border-color: rgb(132,179,9); }
td.TdClassName
{
border-color: #84B309;
}
.TagClassName
{
border-color: #84B309;
}
</style>