Shades of Padua #85B996
Tints of Padua #85B996
RGB
CMYK
RGB Variations
Color information
#85B996 (or 0x85B996) is known color: Padua. HEX triplet: 85, B9 and 96. RGB value is (133,185,150). Sum of RGB (Red+Green+Blue) = 133+185+150=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #85B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B996 is #7A4669. Grayscale: #A5A5A5. Windows color (decimal): -8013418 or 9877893. OLE color: 9877893.
HSL color Cylindrical-coordinate representation of color #85B996: hue angle of 139.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B996 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 150 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.27 |
| HSL | 139.62º | 0.27% | 0.62% | - |
| HSV(B) | 139.62º | 0.28% | 0.73% | - |
| XYZ | 32.53 | 41.89 | 35.22 | - |
| YUV | 165.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 150 | 0.28 | 0 | 0.19 | 0.27 | 139.62 | 0.27 | 0.62 |
| Hex | 85 | B9 | 96 | 1C | 0 | 13 | 1B | 8C | 1B | 3E |
| Octal | 205 | 271 | 226 | 34 | 0 | 23 | 33 | 214 | 33 | 76 |
| Binary | 10000101 | 10111001 | 10010110 | 11100 | 0 | 10011 | 11011 | 10001100 | 11011 | 111110 |
Color Harmonies of #85B996
Complementary color
Monochromatic Colors of #85B996
Black with #85B996
Text Example
Text Example
White with #85B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B996; }
p { color: rgb(133,185,150); }
H1.HeaderClassName
{
color: #85B996;
}
.AnyTagClassName
{
color: #85B996;
}
</style>
background-color css
<style>
a { background-color: #85B996; }
a { background-color: rgb(133,185,150); }
div.DivClassName
{
background-color: #85B996;
}
.BgClassName
{
background-color: #85B996;
}
</style>
border-color css
<style>
span { border-color: #85B996; }
span { border-color: rgb(133,185,150); }
td.TdClassName
{
border-color: #85B996;
}
.TagClassName
{
border-color: #85B996;
}
</style>