Shades of Lima #83B826
Tints of Lima #83B826
RGB
CMYK
RGB Variations
Color information
#83B826 (or 0x83B826) is known color: Lima. HEX triplet: 83, B8 and 26. RGB value is (131,184,38). Sum of RGB (Red+Green+Blue) = 131+184+38=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #83B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B826 is #7C47D9. Grayscale: #989898. Windows color (decimal): -8144858 or 2537603. OLE color: 2537603.
HSL color Cylindrical-coordinate representation of color #83B826: hue angle of 81.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83B826 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 38 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.28 |
| HSL | 81.78º | 0.66% | 0.44% | - |
| HSV(B) | 81.78º | 0.79% | 0.72% | - |
| XYZ | 26.85 | 39.25 | 7.99 | - |
| YUV | 151.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 38 | 0.29 | 0 | 0.79 | 0.28 | 81.78 | 0.66 | 0.44 |
| Hex | 83 | B8 | 26 | 1D | 0 | 4F | 1C | 52 | 42 | 2C |
| Octal | 203 | 270 | 46 | 35 | 0 | 117 | 34 | 122 | 102 | 54 |
| Binary | 10000011 | 10111000 | 100110 | 11101 | 0 | 1001111 | 11100 | 1010010 | 1000010 | 101100 |
Color Harmonies of #83B826
Complementary color
Monochromatic Colors of #83B826
Black with #83B826
Text Example
Text Example
White with #83B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B826; }
p { color: rgb(131,184,38); }
H1.HeaderClassName
{
color: #83B826;
}
.AnyTagClassName
{
color: #83B826;
}
</style>
background-color css
<style>
a { background-color: #83B826; }
a { background-color: rgb(131,184,38); }
div.DivClassName
{
background-color: #83B826;
}
.BgClassName
{
background-color: #83B826;
}
</style>
border-color css
<style>
span { border-color: #83B826; }
span { border-color: rgb(131,184,38); }
td.TdClassName
{
border-color: #83B826;
}
.TagClassName
{
border-color: #83B826;
}
</style>