Shades of Padua #86B19A
Tints of Padua #86B19A
RGB
CMYK
RGB Variations
Color information
#86B19A (or 0x86B19A) is known color: Padua. HEX triplet: 86, B1 and 9A. RGB value is (134,177,154). Sum of RGB (Red+Green+Blue) = 134+177+154=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #86B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B19A is #794E65. Grayscale: #A1A1A1. Windows color (decimal): -7949926 or 10137990. OLE color: 10137990.
HSL color Cylindrical-coordinate representation of color #86B19A: hue angle of 147.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B19A is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 154 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.31 |
| HSL | 147.91º | 0.22% | 0.61% | - |
| HSV(B) | 147.91º | 0.24% | 0.69% | - |
| XYZ | 31.39 | 38.85 | 36.42 | - |
| YUV | 161.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 154 | 0.24 | 0 | 0.13 | 0.31 | 147.91 | 0.22 | 0.61 |
| Hex | 86 | B1 | 9A | 18 | 0 | D | 1F | 94 | 16 | 3D |
| Octal | 206 | 261 | 232 | 30 | 0 | 15 | 37 | 224 | 26 | 75 |
| Binary | 10000110 | 10110001 | 10011010 | 11000 | 0 | 1101 | 11111 | 10010100 | 10110 | 111101 |
Color Harmonies of #86B19A
Complementary color
Monochromatic Colors of #86B19A
Black with #86B19A
Text Example
Text Example
White with #86B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B19A; }
p { color: rgb(134,177,154); }
H1.HeaderClassName
{
color: #86B19A;
}
.AnyTagClassName
{
color: #86B19A;
}
</style>
background-color css
<style>
a { background-color: #86B19A; }
a { background-color: rgb(134,177,154); }
div.DivClassName
{
background-color: #86B19A;
}
.BgClassName
{
background-color: #86B19A;
}
</style>
border-color css
<style>
span { border-color: #86B19A; }
span { border-color: rgb(134,177,154); }
td.TdClassName
{
border-color: #86B19A;
}
.TagClassName
{
border-color: #86B19A;
}
</style>