Shades of Lima #83B609
Tints of Lima #83B609
RGB
CMYK
RGB Variations
Color information
#83B609 (or 0x83B609) is known color: Lima. HEX triplet: 83, B6 and 09. RGB value is (131,182,9). Sum of RGB (Red+Green+Blue) = 131+182+9=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #83B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B609 is #7C49F6. Grayscale: #939393. Windows color (decimal): -8145399 or 636547. OLE color: 636547.
HSL color Cylindrical-coordinate representation of color #83B609: hue angle of 77.69º degrees, saturation: 0.91, 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 #83B609 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 182 | 9 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.29 |
| HSL | 77.69º | 0.91% | 0.37% | - |
| HSV(B) | 77.69º | 0.95% | 0.71% | - |
| XYZ | 26.14 | 38.3 | 6.27 | - |
| YUV | 147.03 | 50.1 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 182 | 9 | 0.28 | 0 | 0.95 | 0.29 | 77.69 | 0.91 | 0.37 |
| Hex | 83 | B6 | 9 | 1C | 0 | 5F | 1D | 4E | 5B | 25 |
| Octal | 203 | 266 | 11 | 34 | 0 | 137 | 35 | 116 | 133 | 45 |
| Binary | 10000011 | 10110110 | 1001 | 11100 | 0 | 1011111 | 11101 | 1001110 | 1011011 | 100101 |
Color Harmonies of #83B609
Complementary color
Monochromatic Colors of #83B609
Black with #83B609
Text Example
Text Example
White with #83B609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B609; }
p { color: rgb(131,182,9); }
H1.HeaderClassName
{
color: #83B609;
}
.AnyTagClassName
{
color: #83B609;
}
</style>
background-color css
<style>
a { background-color: #83B609; }
a { background-color: rgb(131,182,9); }
div.DivClassName
{
background-color: #83B609;
}
.BgClassName
{
background-color: #83B609;
}
</style>
border-color css
<style>
span { border-color: #83B609; }
span { border-color: rgb(131,182,9); }
td.TdClassName
{
border-color: #83B609;
}
.TagClassName
{
border-color: #83B609;
}
</style>