Shades of Padua #83B793
Tints of Padua #83B793
RGB
CMYK
RGB Variations
Color information
#83B793 (or 0x83B793) is known color: Padua. HEX triplet: 83, B7 and 93. RGB value is (131,183,147). Sum of RGB (Red+Green+Blue) = 131+183+147=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #83B793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B793 is #7C486C. Grayscale: #A3A3A3. Windows color (decimal): -8145005 or 9680771. OLE color: 9680771.
HSL color Cylindrical-coordinate representation of color #83B793: hue angle of 138.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B793 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 147 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.28 |
| HSL | 138.46º | 0.27% | 0.62% | - |
| HSV(B) | 138.46º | 0.28% | 0.72% | - |
| XYZ | 31.56 | 40.8 | 33.82 | - |
| YUV | 163.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 147 | 0.28 | 0 | 0.20 | 0.28 | 138.46 | 0.27 | 0.62 |
| Hex | 83 | B7 | 93 | 1C | 0 | 14 | 1C | 8A | 1B | 3E |
| Octal | 203 | 267 | 223 | 34 | 0 | 24 | 34 | 212 | 33 | 76 |
| Binary | 10000011 | 10110111 | 10010011 | 11100 | 0 | 10100 | 11100 | 10001010 | 11011 | 111110 |
Color Harmonies of #83B793
Complementary color
Monochromatic Colors of #83B793
Black with #83B793
Text Example
Text Example
White with #83B793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B793; }
p { color: rgb(131,183,147); }
H1.HeaderClassName
{
color: #83B793;
}
.AnyTagClassName
{
color: #83B793;
}
</style>
background-color css
<style>
a { background-color: #83B793; }
a { background-color: rgb(131,183,147); }
div.DivClassName
{
background-color: #83B793;
}
.BgClassName
{
background-color: #83B793;
}
</style>
border-color css
<style>
span { border-color: #83B793; }
span { border-color: rgb(131,183,147); }
td.TdClassName
{
border-color: #83B793;
}
.TagClassName
{
border-color: #83B793;
}
</style>