Shades of Padua #82BB93
Tints of Padua #82BB93
RGB
CMYK
RGB Variations
Color information
#82BB93 (or 0x82BB93) is known color: Padua. HEX triplet: 82, BB and 93. RGB value is (130,187,147). Sum of RGB (Red+Green+Blue) = 130+187+147=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB93 is #7D446C. Grayscale: #A5A5A5. Windows color (decimal): -8209517 or 9681794. OLE color: 9681794.
HSL color Cylindrical-coordinate representation of color #82BB93: hue angle of 137.89º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BB93 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 147 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.27 |
| HSL | 137.89º | 0.3% | 0.62% | - |
| HSV(B) | 137.89º | 0.3% | 0.73% | - |
| XYZ | 32.24 | 42.39 | 34.09 | - |
| YUV | 165.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 147 | 0.30 | 0 | 0.21 | 0.27 | 137.89 | 0.3 | 0.62 |
| Hex | 82 | BB | 93 | 1E | 0 | 15 | 1B | 8A | 1E | 3E |
| Octal | 202 | 273 | 223 | 36 | 0 | 25 | 33 | 212 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10010011 | 11110 | 0 | 10101 | 11011 | 10001010 | 11110 | 111110 |
Color Harmonies of #82BB93
Complementary color
Monochromatic Colors of #82BB93
Black with #82BB93
Text Example
Text Example
White with #82BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BB93; }
p { color: rgb(130,187,147); }
H1.HeaderClassName
{
color: #82BB93;
}
.AnyTagClassName
{
color: #82BB93;
}
</style>
background-color css
<style>
a { background-color: #82BB93; }
a { background-color: rgb(130,187,147); }
div.DivClassName
{
background-color: #82BB93;
}
.BgClassName
{
background-color: #82BB93;
}
</style>
border-color css
<style>
span { border-color: #82BB93; }
span { border-color: rgb(130,187,147); }
td.TdClassName
{
border-color: #82BB93;
}
.TagClassName
{
border-color: #82BB93;
}
</style>