Shades of Lima #83B409
Tints of Lima #83B409
RGB
CMYK
RGB Variations
Color information
#83B409 (or 0x83B409) is known color: Lima. HEX triplet: 83, B4 and 09. RGB value is (131,180,9). Sum of RGB (Red+Green+Blue) = 131+180+9=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #83B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B409 is #7C4BF6. Grayscale: #929292. Windows color (decimal): -8145911 or 636035. OLE color: 636035.
HSL color Cylindrical-coordinate representation of color #83B409: hue angle of 77.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83B409 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.29 |
| HSL | 77.19º | 0.9% | 0.37% | - |
| HSV(B) | 77.19º | 0.95% | 0.71% | - |
| XYZ | 25.73 | 37.49 | 6.14 | - |
| YUV | 145.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 9 | 0.27 | 0 | 0.95 | 0.29 | 77.19 | 0.9 | 0.37 |
| Hex | 83 | B4 | 9 | 1B | 0 | 5F | 1D | 4D | 5A | 25 |
| Octal | 203 | 264 | 11 | 33 | 0 | 137 | 35 | 115 | 132 | 45 |
| Binary | 10000011 | 10110100 | 1001 | 11011 | 0 | 1011111 | 11101 | 1001101 | 1011010 | 100101 |
Color Harmonies of #83B409
Complementary color
Monochromatic Colors of #83B409
Black with #83B409
Text Example
Text Example
White with #83B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B409; }
p { color: rgb(131,180,9); }
H1.HeaderClassName
{
color: #83B409;
}
.AnyTagClassName
{
color: #83B409;
}
</style>
background-color css
<style>
a { background-color: #83B409; }
a { background-color: rgb(131,180,9); }
div.DivClassName
{
background-color: #83B409;
}
.BgClassName
{
background-color: #83B409;
}
</style>
border-color css
<style>
span { border-color: #83B409; }
span { border-color: rgb(131,180,9); }
td.TdClassName
{
border-color: #83B409;
}
.TagClassName
{
border-color: #83B409;
}
</style>