Shades of Padua #86B59A
Tints of Padua #86B59A
RGB
CMYK
RGB Variations
Color information
#86B59A (or 0x86B59A) is known color: Padua. HEX triplet: 86, B5 and 9A. RGB value is (134,181,154). Sum of RGB (Red+Green+Blue) = 134+181+154=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #86B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B59A is #794A65. Grayscale: #A3A3A3. Windows color (decimal): -7948902 or 10139014. OLE color: 10139014.
HSL color Cylindrical-coordinate representation of color #86B59A: hue angle of 145.53º 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 #86B59A is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 154 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.29 |
| HSL | 145.53º | 0.24% | 0.62% | - |
| HSV(B) | 145.53º | 0.26% | 0.71% | - |
| XYZ | 32.19 | 40.45 | 36.68 | - |
| YUV | 163.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 154 | 0.26 | 0 | 0.15 | 0.29 | 145.53 | 0.24 | 0.62 |
| Hex | 86 | B5 | 9A | 1A | 0 | F | 1D | 92 | 18 | 3E |
| Octal | 206 | 265 | 232 | 32 | 0 | 17 | 35 | 222 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10011010 | 11010 | 0 | 1111 | 11101 | 10010010 | 11000 | 111110 |
Color Harmonies of #86B59A
Complementary color
Monochromatic Colors of #86B59A
Black with #86B59A
Text Example
Text Example
White with #86B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B59A; }
p { color: rgb(134,181,154); }
H1.HeaderClassName
{
color: #86B59A;
}
.AnyTagClassName
{
color: #86B59A;
}
</style>
background-color css
<style>
a { background-color: #86B59A; }
a { background-color: rgb(134,181,154); }
div.DivClassName
{
background-color: #86B59A;
}
.BgClassName
{
background-color: #86B59A;
}
</style>
border-color css
<style>
span { border-color: #86B59A; }
span { border-color: rgb(134,181,154); }
td.TdClassName
{
border-color: #86B59A;
}
.TagClassName
{
border-color: #86B59A;
}
</style>