Shades of Padua #84B995
Tints of Padua #84B995
RGB
CMYK
RGB Variations
Color information
#84B995 (or 0x84B995) is known color: Padua. HEX triplet: 84, B9 and 95. RGB value is (132,185,149). Sum of RGB (Red+Green+Blue) = 132+185+149=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #84B995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B995 is #7B466A. Grayscale: #A5A5A5. Windows color (decimal): -8078955 or 9812356. OLE color: 9812356.
HSL color Cylindrical-coordinate representation of color #84B995: hue angle of 139.25º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B995 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 149 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.27 |
| HSL | 139.25º | 0.27% | 0.62% | - |
| HSV(B) | 139.25º | 0.29% | 0.73% | - |
| XYZ | 32.29 | 41.77 | 34.8 | - |
| YUV | 165.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 149 | 0.29 | 0 | 0.19 | 0.27 | 139.25 | 0.27 | 0.62 |
| Hex | 84 | B9 | 95 | 1D | 0 | 13 | 1B | 8B | 1B | 3E |
| Octal | 204 | 271 | 225 | 35 | 0 | 23 | 33 | 213 | 33 | 76 |
| Binary | 10000100 | 10111001 | 10010101 | 11101 | 0 | 10011 | 11011 | 10001011 | 11011 | 111110 |
Color Harmonies of #84B995
Complementary color
Monochromatic Colors of #84B995
Black with #84B995
Text Example
Text Example
White with #84B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B995; }
p { color: rgb(132,185,149); }
H1.HeaderClassName
{
color: #84B995;
}
.AnyTagClassName
{
color: #84B995;
}
</style>
background-color css
<style>
a { background-color: #84B995; }
a { background-color: rgb(132,185,149); }
div.DivClassName
{
background-color: #84B995;
}
.BgClassName
{
background-color: #84B995;
}
</style>
border-color css
<style>
span { border-color: #84B995; }
span { border-color: rgb(132,185,149); }
td.TdClassName
{
border-color: #84B995;
}
.TagClassName
{
border-color: #84B995;
}
</style>