Shades of Padua #86A391
Tints of Padua #86A391
RGB
CMYK
RGB Variations
Color information
#86A391 (or 0x86A391) is known color: Padua. HEX triplet: 86, A3 and 91. RGB value is (134,163,145). Sum of RGB (Red+Green+Blue) = 134+163+145=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #86A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A391 is #795C6E. Grayscale: #989898. Windows color (decimal): -7953519 or 9544582. OLE color: 9544582.
HSL color Cylindrical-coordinate representation of color #86A391: hue angle of 142.76º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A391 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 145 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.36 |
| HSL | 142.76º | 0.14% | 0.58% | - |
| HSV(B) | 142.76º | 0.18% | 0.64% | - |
| XYZ | 28.04 | 33.31 | 31.74 | - |
| YUV | 152.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 145 | 0.18 | 0 | 0.11 | 0.36 | 142.76 | 0.14 | 0.58 |
| Hex | 86 | A3 | 91 | 12 | 0 | B | 24 | 8F | E | 3A |
| Octal | 206 | 243 | 221 | 22 | 0 | 13 | 44 | 217 | 16 | 72 |
| Binary | 10000110 | 10100011 | 10010001 | 10010 | 0 | 1011 | 100100 | 10001111 | 1110 | 111010 |
Color Harmonies of #86A391
Complementary color
Monochromatic Colors of #86A391
Black with #86A391
Text Example
Text Example
White with #86A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A391; }
p { color: rgb(134,163,145); }
H1.HeaderClassName
{
color: #86A391;
}
.AnyTagClassName
{
color: #86A391;
}
</style>
background-color css
<style>
a { background-color: #86A391; }
a { background-color: rgb(134,163,145); }
div.DivClassName
{
background-color: #86A391;
}
.BgClassName
{
background-color: #86A391;
}
</style>
border-color css
<style>
span { border-color: #86A391; }
span { border-color: rgb(134,163,145); }
td.TdClassName
{
border-color: #86A391;
}
.TagClassName
{
border-color: #86A391;
}
</style>