Shades of Lima #83BB26
Tints of Lima #83BB26
RGB
CMYK
RGB Variations
Color information
#83BB26 (or 0x83BB26) is known color: Lima. HEX triplet: 83, BB and 26. RGB value is (131,187,38). Sum of RGB (Red+Green+Blue) = 131+187+38=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB26 is #7C44D9. Grayscale: #999999. Windows color (decimal): -8144090 or 2538371. OLE color: 2538371.
HSL color Cylindrical-coordinate representation of color #83BB26: hue angle of 82.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83BB26 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 38 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.27 |
| HSL | 82.55º | 0.66% | 0.44% | - |
| HSV(B) | 82.55º | 0.8% | 0.73% | - |
| XYZ | 27.48 | 40.51 | 8.2 | - |
| YUV | 153.27 | 62.95 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 38 | 0.30 | 0 | 0.80 | 0.27 | 82.55 | 0.66 | 0.44 |
| Hex | 83 | BB | 26 | 1E | 0 | 50 | 1B | 53 | 42 | 2C |
| Octal | 203 | 273 | 46 | 36 | 0 | 120 | 33 | 123 | 102 | 54 |
| Binary | 10000011 | 10111011 | 100110 | 11110 | 0 | 1010000 | 11011 | 1010011 | 1000010 | 101100 |
Color Harmonies of #83BB26
Complementary color
Monochromatic Colors of #83BB26
Black with #83BB26
Text Example
Text Example
White with #83BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB26; }
p { color: rgb(131,187,38); }
H1.HeaderClassName
{
color: #83BB26;
}
.AnyTagClassName
{
color: #83BB26;
}
</style>
background-color css
<style>
a { background-color: #83BB26; }
a { background-color: rgb(131,187,38); }
div.DivClassName
{
background-color: #83BB26;
}
.BgClassName
{
background-color: #83BB26;
}
</style>
border-color css
<style>
span { border-color: #83BB26; }
span { border-color: rgb(131,187,38); }
td.TdClassName
{
border-color: #83BB26;
}
.TagClassName
{
border-color: #83BB26;
}
</style>