Shades of Padua #82B593
Tints of Padua #82B593
RGB
CMYK
RGB Variations
Color information
#82B593 (or 0x82B593) is known color: Padua. HEX triplet: 82, B5 and 93. RGB value is (130,181,147). Sum of RGB (Red+Green+Blue) = 130+181+147=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #82B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B593 is #7D4A6C. Grayscale: #A1A1A1. Windows color (decimal): -8211053 or 9680258. OLE color: 9680258.
HSL color Cylindrical-coordinate representation of color #82B593: hue angle of 140º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B593 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 147 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.29 |
| HSL | 140º | 0.26% | 0.61% | - |
| HSV(B) | 140º | 0.28% | 0.71% | - |
| XYZ | 31 | 39.9 | 33.67 | - |
| YUV | 161.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 147 | 0.28 | 0 | 0.19 | 0.29 | 140 | 0.26 | 0.61 |
| Hex | 82 | B5 | 93 | 1C | 0 | 13 | 1D | 8C | 1A | 3D |
| Octal | 202 | 265 | 223 | 34 | 0 | 23 | 35 | 214 | 32 | 75 |
| Binary | 10000010 | 10110101 | 10010011 | 11100 | 0 | 10011 | 11101 | 10001100 | 11010 | 111101 |
Color Harmonies of #82B593
Complementary color
Monochromatic Colors of #82B593
Black with #82B593
Text Example
Text Example
White with #82B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B593; }
p { color: rgb(130,181,147); }
H1.HeaderClassName
{
color: #82B593;
}
.AnyTagClassName
{
color: #82B593;
}
</style>
background-color css
<style>
a { background-color: #82B593; }
a { background-color: rgb(130,181,147); }
div.DivClassName
{
background-color: #82B593;
}
.BgClassName
{
background-color: #82B593;
}
</style>
border-color css
<style>
span { border-color: #82B593; }
span { border-color: rgb(130,181,147); }
td.TdClassName
{
border-color: #82B593;
}
.TagClassName
{
border-color: #82B593;
}
</style>