Shades of Lima #83B926
Tints of Lima #83B926
RGB
CMYK
RGB Variations
Color information
#83B926 (or 0x83B926) is known color: Lima. HEX triplet: 83, B9 and 26. RGB value is (131,185,38). Sum of RGB (Red+Green+Blue) = 131+185+38=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #83B926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B926 is #7C46D9. Grayscale: #989898. Windows color (decimal): -8144602 or 2537859. OLE color: 2537859.
HSL color Cylindrical-coordinate representation of color #83B926: hue angle of 82.04º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83B926 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 38 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.27 |
| HSL | 82.04º | 0.66% | 0.44% | - |
| HSV(B) | 82.04º | 0.79% | 0.73% | - |
| XYZ | 27.06 | 39.66 | 8.06 | - |
| YUV | 152.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 38 | 0.29 | 0 | 0.79 | 0.27 | 82.04 | 0.66 | 0.44 |
| Hex | 83 | B9 | 26 | 1D | 0 | 4F | 1B | 52 | 42 | 2C |
| Octal | 203 | 271 | 46 | 35 | 0 | 117 | 33 | 122 | 102 | 54 |
| Binary | 10000011 | 10111001 | 100110 | 11101 | 0 | 1001111 | 11011 | 1010010 | 1000010 | 101100 |
Color Harmonies of #83B926
Complementary color
Monochromatic Colors of #83B926
Black with #83B926
Text Example
Text Example
White with #83B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B926; }
p { color: rgb(131,185,38); }
H1.HeaderClassName
{
color: #83B926;
}
.AnyTagClassName
{
color: #83B926;
}
</style>
background-color css
<style>
a { background-color: #83B926; }
a { background-color: rgb(131,185,38); }
div.DivClassName
{
background-color: #83B926;
}
.BgClassName
{
background-color: #83B926;
}
</style>
border-color css
<style>
span { border-color: #83B926; }
span { border-color: rgb(131,185,38); }
td.TdClassName
{
border-color: #83B926;
}
.TagClassName
{
border-color: #83B926;
}
</style>