Shades of Padua #84B895
Tints of Padua #84B895
RGB
CMYK
RGB Variations
Color information
#84B895 (or 0x84B895) is known color: Padua. HEX triplet: 84, B8 and 95. RGB value is (132,184,149). Sum of RGB (Red+Green+Blue) = 132+184+149=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #84B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B895 is #7B476A. Grayscale: #A4A4A4. Windows color (decimal): -8079211 or 9812100. OLE color: 9812100.
HSL color Cylindrical-coordinate representation of color #84B895: hue angle of 139.62º 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 #84B895 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 149 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.28 |
| HSL | 139.62º | 0.27% | 0.62% | - |
| HSV(B) | 139.62º | 0.28% | 0.72% | - |
| XYZ | 32.08 | 41.36 | 34.73 | - |
| YUV | 164.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 149 | 0.28 | 0 | 0.19 | 0.28 | 139.62 | 0.27 | 0.62 |
| Hex | 84 | B8 | 95 | 1C | 0 | 13 | 1C | 8C | 1B | 3E |
| Octal | 204 | 270 | 225 | 34 | 0 | 23 | 34 | 214 | 33 | 76 |
| Binary | 10000100 | 10111000 | 10010101 | 11100 | 0 | 10011 | 11100 | 10001100 | 11011 | 111110 |
Color Harmonies of #84B895
Complementary color
Monochromatic Colors of #84B895
Black with #84B895
Text Example
Text Example
White with #84B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B895; }
p { color: rgb(132,184,149); }
H1.HeaderClassName
{
color: #84B895;
}
.AnyTagClassName
{
color: #84B895;
}
</style>
background-color css
<style>
a { background-color: #84B895; }
a { background-color: rgb(132,184,149); }
div.DivClassName
{
background-color: #84B895;
}
.BgClassName
{
background-color: #84B895;
}
</style>
border-color css
<style>
span { border-color: #84B895; }
span { border-color: rgb(132,184,149); }
td.TdClassName
{
border-color: #84B895;
}
.TagClassName
{
border-color: #84B895;
}
</style>