Shades of Padua #84B493
Tints of Padua #84B493
RGB
CMYK
RGB Variations
Color information
#84B493 (or 0x84B493) is known color: Padua. HEX triplet: 84, B4 and 93. RGB value is (132,180,147). Sum of RGB (Red+Green+Blue) = 132+180+147=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #84B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B493 is #7B4B6C. Grayscale: #A1A1A1. Windows color (decimal): -8080237 or 9680004. OLE color: 9680004.
HSL color Cylindrical-coordinate representation of color #84B493: hue angle of 138.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B493 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 147 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.29 |
| HSL | 138.75º | 0.24% | 0.61% | - |
| HSV(B) | 138.75º | 0.27% | 0.71% | - |
| XYZ | 31.1 | 39.65 | 33.62 | - |
| YUV | 161.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 147 | 0.27 | 0 | 0.18 | 0.29 | 138.75 | 0.24 | 0.61 |
| Hex | 84 | B4 | 93 | 1B | 0 | 12 | 1D | 8B | 18 | 3D |
| Octal | 204 | 264 | 223 | 33 | 0 | 22 | 35 | 213 | 30 | 75 |
| Binary | 10000100 | 10110100 | 10010011 | 11011 | 0 | 10010 | 11101 | 10001011 | 11000 | 111101 |
Color Harmonies of #84B493
Complementary color
Monochromatic Colors of #84B493
Black with #84B493
Text Example
Text Example
White with #84B493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B493; }
p { color: rgb(132,180,147); }
H1.HeaderClassName
{
color: #84B493;
}
.AnyTagClassName
{
color: #84B493;
}
</style>
background-color css
<style>
a { background-color: #84B493; }
a { background-color: rgb(132,180,147); }
div.DivClassName
{
background-color: #84B493;
}
.BgClassName
{
background-color: #84B493;
}
</style>
border-color css
<style>
span { border-color: #84B493; }
span { border-color: rgb(132,180,147); }
td.TdClassName
{
border-color: #84B493;
}
.TagClassName
{
border-color: #84B493;
}
</style>