Shades of Padua #86B29A
Tints of Padua #86B29A
RGB
CMYK
RGB Variations
Color information
#86B29A (or 0x86B29A) is known color: Padua. HEX triplet: 86, B2 and 9A. RGB value is (134,178,154). Sum of RGB (Red+Green+Blue) = 134+178+154=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #86B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B29A is #794D65. Grayscale: #A2A2A2. Windows color (decimal): -7949670 or 10138246. OLE color: 10138246.
HSL color Cylindrical-coordinate representation of color #86B29A: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B29A is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 154 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.30 |
| HSL | 147.27º | 0.22% | 0.61% | - |
| HSV(B) | 147.27º | 0.25% | 0.7% | - |
| XYZ | 31.58 | 39.24 | 36.48 | - |
| YUV | 162.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 154 | 0.25 | 0 | 0.13 | 0.30 | 147.27 | 0.22 | 0.61 |
| Hex | 86 | B2 | 9A | 19 | 0 | D | 1E | 93 | 16 | 3D |
| Octal | 206 | 262 | 232 | 31 | 0 | 15 | 36 | 223 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10011010 | 11001 | 0 | 1101 | 11110 | 10010011 | 10110 | 111101 |
Color Harmonies of #86B29A
Complementary color
Monochromatic Colors of #86B29A
Black with #86B29A
Text Example
Text Example
White with #86B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B29A; }
p { color: rgb(134,178,154); }
H1.HeaderClassName
{
color: #86B29A;
}
.AnyTagClassName
{
color: #86B29A;
}
</style>
background-color css
<style>
a { background-color: #86B29A; }
a { background-color: rgb(134,178,154); }
div.DivClassName
{
background-color: #86B29A;
}
.BgClassName
{
background-color: #86B29A;
}
</style>
border-color css
<style>
span { border-color: #86B29A; }
span { border-color: rgb(134,178,154); }
td.TdClassName
{
border-color: #86B29A;
}
.TagClassName
{
border-color: #86B29A;
}
</style>