Shades of Padua #86B497
Tints of Padua #86B497
RGB
CMYK
RGB Variations
Color information
#86B497 (or 0x86B497) is known color: Padua. HEX triplet: 86, B4 and 97. RGB value is (134,180,151). Sum of RGB (Red+Green+Blue) = 134+180+151=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #86B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B497 is #794B68. Grayscale: #A3A3A3. Windows color (decimal): -7949161 or 9942150. OLE color: 9942150.
HSL color Cylindrical-coordinate representation of color #86B497: hue angle of 142.17º degrees, saturation: 0.23, 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 #86B497 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 151 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.29 |
| HSL | 142.17º | 0.23% | 0.62% | - |
| HSV(B) | 142.17º | 0.26% | 0.71% | - |
| XYZ | 31.74 | 39.95 | 35.32 | - |
| YUV | 162.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 151 | 0.26 | 0 | 0.16 | 0.29 | 142.17 | 0.23 | 0.62 |
| Hex | 86 | B4 | 97 | 1A | 0 | 10 | 1D | 8E | 17 | 3E |
| Octal | 206 | 264 | 227 | 32 | 0 | 20 | 35 | 216 | 27 | 76 |
| Binary | 10000110 | 10110100 | 10010111 | 11010 | 0 | 10000 | 11101 | 10001110 | 10111 | 111110 |
Color Harmonies of #86B497
Complementary color
Monochromatic Colors of #86B497
Black with #86B497
Text Example
Text Example
White with #86B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B497; }
p { color: rgb(134,180,151); }
H1.HeaderClassName
{
color: #86B497;
}
.AnyTagClassName
{
color: #86B497;
}
</style>
background-color css
<style>
a { background-color: #86B497; }
a { background-color: rgb(134,180,151); }
div.DivClassName
{
background-color: #86B497;
}
.BgClassName
{
background-color: #86B497;
}
</style>
border-color css
<style>
span { border-color: #86B497; }
span { border-color: rgb(134,180,151); }
td.TdClassName
{
border-color: #86B497;
}
.TagClassName
{
border-color: #86B497;
}
</style>