Shades of Padua #86B699
Tints of Padua #86B699
RGB
CMYK
RGB Variations
Color information
#86B699 (or 0x86B699) is known color: Padua. HEX triplet: 86, B6 and 99. RGB value is (134,182,153). Sum of RGB (Red+Green+Blue) = 134+182+153=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #86B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B699 is #794966. Grayscale: #A4A4A4. Windows color (decimal): -7948647 or 10073734. OLE color: 10073734.
HSL color Cylindrical-coordinate representation of color #86B699: hue angle of 143.75º degrees, saturation: 0.25, 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 #86B699 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 153 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.29 |
| HSL | 143.75º | 0.25% | 0.62% | - |
| HSV(B) | 143.75º | 0.26% | 0.71% | - |
| XYZ | 32.31 | 40.82 | 36.31 | - |
| YUV | 164.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 153 | 0.26 | 0 | 0.16 | 0.29 | 143.75 | 0.25 | 0.62 |
| Hex | 86 | B6 | 99 | 1A | 0 | 10 | 1D | 90 | 19 | 3E |
| Octal | 206 | 266 | 231 | 32 | 0 | 20 | 35 | 220 | 31 | 76 |
| Binary | 10000110 | 10110110 | 10011001 | 11010 | 0 | 10000 | 11101 | 10010000 | 11001 | 111110 |
Color Harmonies of #86B699
Complementary color
Monochromatic Colors of #86B699
Black with #86B699
Text Example
Text Example
White with #86B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B699; }
p { color: rgb(134,182,153); }
H1.HeaderClassName
{
color: #86B699;
}
.AnyTagClassName
{
color: #86B699;
}
</style>
background-color css
<style>
a { background-color: #86B699; }
a { background-color: rgb(134,182,153); }
div.DivClassName
{
background-color: #86B699;
}
.BgClassName
{
background-color: #86B699;
}
</style>
border-color css
<style>
span { border-color: #86B699; }
span { border-color: rgb(134,182,153); }
td.TdClassName
{
border-color: #86B699;
}
.TagClassName
{
border-color: #86B699;
}
</style>