Shades of Padua #84A692
Tints of Padua #84A692
RGB
CMYK
RGB Variations
Color information
#84A692 (or 0x84A692) is known color: Padua. HEX triplet: 84, A6 and 92. RGB value is (132,166,146). Sum of RGB (Red+Green+Blue) = 132+166+146=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #84A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A692 is #7B596D. Grayscale: #999999. Windows color (decimal): -8083822 or 9610884. OLE color: 9610884.
HSL color Cylindrical-coordinate representation of color #84A692: hue angle of 144.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A692 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 146 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.35 |
| HSL | 144.71º | 0.16% | 0.58% | - |
| HSV(B) | 144.71º | 0.2% | 0.65% | - |
| XYZ | 28.34 | 34.25 | 32.31 | - |
| YUV | 153.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 146 | 0.20 | 0 | 0.12 | 0.35 | 144.71 | 0.16 | 0.58 |
| Hex | 84 | A6 | 92 | 14 | 0 | C | 23 | 91 | 10 | 3A |
| Octal | 204 | 246 | 222 | 24 | 0 | 14 | 43 | 221 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10010010 | 10100 | 0 | 1100 | 100011 | 10010001 | 10000 | 111010 |
Color Harmonies of #84A692
Complementary color
Monochromatic Colors of #84A692
Black with #84A692
Text Example
Text Example
White with #84A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A692; }
p { color: rgb(132,166,146); }
H1.HeaderClassName
{
color: #84A692;
}
.AnyTagClassName
{
color: #84A692;
}
</style>
background-color css
<style>
a { background-color: #84A692; }
a { background-color: rgb(132,166,146); }
div.DivClassName
{
background-color: #84A692;
}
.BgClassName
{
background-color: #84A692;
}
</style>
border-color css
<style>
span { border-color: #84A692; }
span { border-color: rgb(132,166,146); }
td.TdClassName
{
border-color: #84A692;
}
.TagClassName
{
border-color: #84A692;
}
</style>