Shades of Lima #83B011
Tints of Lima #83B011
RGB
CMYK
RGB Variations
Color information
#83B011 (or 0x83B011) is known color: Lima. HEX triplet: 83, B0 and 11. RGB value is (131,176,17). Sum of RGB (Red+Green+Blue) = 131+176+17=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #83B011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B011 is #7C4FEE. Grayscale: #919191. Windows color (decimal): -8146927 or 1159299. OLE color: 1159299.
HSL color Cylindrical-coordinate representation of color #83B011: hue angle of 76.98º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83B011 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 17 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.31 |
| HSL | 76.98º | 0.82% | 0.38% | - |
| HSV(B) | 76.98º | 0.9% | 0.69% | - |
| XYZ | 24.99 | 35.92 | 6.15 | - |
| YUV | 144.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 17 | 0.26 | 0 | 0.90 | 0.31 | 76.98 | 0.82 | 0.38 |
| Hex | 83 | B0 | 11 | 1A | 0 | 5A | 1F | 4D | 52 | 26 |
| Octal | 203 | 260 | 21 | 32 | 0 | 132 | 37 | 115 | 122 | 46 |
| Binary | 10000011 | 10110000 | 10001 | 11010 | 0 | 1011010 | 11111 | 1001101 | 1010010 | 100110 |
Color Harmonies of #83B011
Complementary color
Monochromatic Colors of #83B011
Black with #83B011
Text Example
Text Example
White with #83B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B011; }
p { color: rgb(131,176,17); }
H1.HeaderClassName
{
color: #83B011;
}
.AnyTagClassName
{
color: #83B011;
}
</style>
background-color css
<style>
a { background-color: #83B011; }
a { background-color: rgb(131,176,17); }
div.DivClassName
{
background-color: #83B011;
}
.BgClassName
{
background-color: #83B011;
}
</style>
border-color css
<style>
span { border-color: #83B011; }
span { border-color: rgb(131,176,17); }
td.TdClassName
{
border-color: #83B011;
}
.TagClassName
{
border-color: #83B011;
}
</style>