Shades of Padua #85B498
Tints of Padua #85B498
RGB
CMYK
RGB Variations
Color information
#85B498 (or 0x85B498) is known color: Padua. HEX triplet: 85, B4 and 98. RGB value is (133,180,152). Sum of RGB (Red+Green+Blue) = 133+180+152=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #85B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B498 is #7A4B67. Grayscale: #A2A2A2. Windows color (decimal): -8014696 or 10007685. OLE color: 10007685.
HSL color Cylindrical-coordinate representation of color #85B498: hue angle of 144.26º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B498 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 152 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.29 |
| HSL | 144.26º | 0.24% | 0.61% | - |
| HSV(B) | 144.26º | 0.26% | 0.71% | - |
| XYZ | 31.66 | 39.9 | 35.74 | - |
| YUV | 162.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 152 | 0.26 | 0 | 0.16 | 0.29 | 144.26 | 0.24 | 0.61 |
| Hex | 85 | B4 | 98 | 1A | 0 | 10 | 1D | 90 | 18 | 3D |
| Octal | 205 | 264 | 230 | 32 | 0 | 20 | 35 | 220 | 30 | 75 |
| Binary | 10000101 | 10110100 | 10011000 | 11010 | 0 | 10000 | 11101 | 10010000 | 11000 | 111101 |
Color Harmonies of #85B498
Complementary color
Monochromatic Colors of #85B498
Black with #85B498
Text Example
Text Example
White with #85B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B498; }
p { color: rgb(133,180,152); }
H1.HeaderClassName
{
color: #85B498;
}
.AnyTagClassName
{
color: #85B498;
}
</style>
background-color css
<style>
a { background-color: #85B498; }
a { background-color: rgb(133,180,152); }
div.DivClassName
{
background-color: #85B498;
}
.BgClassName
{
background-color: #85B498;
}
</style>
border-color css
<style>
span { border-color: #85B498; }
span { border-color: rgb(133,180,152); }
td.TdClassName
{
border-color: #85B498;
}
.TagClassName
{
border-color: #85B498;
}
</style>