Shades of Padua #89A295
Tints of Padua #89A295
RGB
CMYK
RGB Variations
Color information
#89A295 (or 0x89A295) is known color: Padua. HEX triplet: 89, A2 and 95. RGB value is (137,162,149). Sum of RGB (Red+Green+Blue) = 137+162+149=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #89A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A295 is #765D6A. Grayscale: #999999. Windows color (decimal): -7757163 or 9806473. OLE color: 9806473.
HSL color Cylindrical-coordinate representation of color #89A295: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89A295 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 149 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.36 |
| HSL | 148.8º | 0.12% | 0.59% | - |
| HSV(B) | 148.8º | 0.15% | 0.64% | - |
| XYZ | 28.66 | 33.33 | 33.36 | - |
| YUV | 153.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 149 | 0.15 | 0 | 0.08 | 0.36 | 148.8 | 0.12 | 0.59 |
| Hex | 89 | A2 | 95 | F | 0 | 8 | 24 | 95 | C | 3B |
| Octal | 211 | 242 | 225 | 17 | 0 | 10 | 44 | 225 | 14 | 73 |
| Binary | 10001001 | 10100010 | 10010101 | 1111 | 0 | 1000 | 100100 | 10010101 | 1100 | 111011 |
Color Harmonies of #89A295
Complementary color
Monochromatic Colors of #89A295
Black with #89A295
Text Example
Text Example
White with #89A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A295; }
p { color: rgb(137,162,149); }
H1.HeaderClassName
{
color: #89A295;
}
.AnyTagClassName
{
color: #89A295;
}
</style>
background-color css
<style>
a { background-color: #89A295; }
a { background-color: rgb(137,162,149); }
div.DivClassName
{
background-color: #89A295;
}
.BgClassName
{
background-color: #89A295;
}
</style>
border-color css
<style>
span { border-color: #89A295; }
span { border-color: rgb(137,162,149); }
td.TdClassName
{
border-color: #89A295;
}
.TagClassName
{
border-color: #89A295;
}
</style>