Shades of Padua #86B59D
Tints of Padua #86B59D
RGB
CMYK
RGB Variations
Color information
#86B59D (or 0x86B59D) is known color: Padua. HEX triplet: 86, B5 and 9D. RGB value is (134,181,157). Sum of RGB (Red+Green+Blue) = 134+181+157=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #86B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B59D is #794A62. Grayscale: #A4A4A4. Windows color (decimal): -7948899 or 10335622. OLE color: 10335622.
HSL color Cylindrical-coordinate representation of color #86B59D: hue angle of 149.36º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B59D is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 157 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.29 |
| HSL | 149.36º | 0.24% | 0.62% | - |
| HSV(B) | 149.36º | 0.26% | 0.71% | - |
| XYZ | 32.44 | 40.55 | 38.02 | - |
| YUV | 164.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 157 | 0.26 | 0 | 0.13 | 0.29 | 149.36 | 0.24 | 0.62 |
| Hex | 86 | B5 | 9D | 1A | 0 | D | 1D | 95 | 18 | 3E |
| Octal | 206 | 265 | 235 | 32 | 0 | 15 | 35 | 225 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10011101 | 11010 | 0 | 1101 | 11101 | 10010101 | 11000 | 111110 |
Color Harmonies of #86B59D
Complementary color
Monochromatic Colors of #86B59D
Black with #86B59D
Text Example
Text Example
White with #86B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B59D; }
p { color: rgb(134,181,157); }
H1.HeaderClassName
{
color: #86B59D;
}
.AnyTagClassName
{
color: #86B59D;
}
</style>
background-color css
<style>
a { background-color: #86B59D; }
a { background-color: rgb(134,181,157); }
div.DivClassName
{
background-color: #86B59D;
}
.BgClassName
{
background-color: #86B59D;
}
</style>
border-color css
<style>
span { border-color: #86B59D; }
span { border-color: rgb(134,181,157); }
td.TdClassName
{
border-color: #86B59D;
}
.TagClassName
{
border-color: #86B59D;
}
</style>