Shades of Padua #899F93
Tints of Padua #899F93
RGB
CMYK
RGB Variations
Color information
#899F93 (or 0x899F93) is known color: Padua. HEX triplet: 89, 9F and 93. RGB value is (137,159,147). Sum of RGB (Red+Green+Blue) = 137+159+147=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #899F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F93 is #76606C. Grayscale: #979797. Windows color (decimal): -7757933 or 9674633. OLE color: 9674633.
HSL color Cylindrical-coordinate representation of color #899F93: hue angle of 147.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F93 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 147 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.38 |
| HSL | 147.27º | 0.1% | 0.58% | - |
| HSV(B) | 147.27º | 0.14% | 0.62% | - |
| XYZ | 27.98 | 32.22 | 32.35 | - |
| YUV | 151.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 147 | 0.14 | 0 | 0.08 | 0.38 | 147.27 | 0.1 | 0.58 |
| Hex | 89 | 9F | 93 | E | 0 | 8 | 26 | 93 | A | 3A |
| Octal | 211 | 237 | 223 | 16 | 0 | 10 | 46 | 223 | 12 | 72 |
| Binary | 10001001 | 10011111 | 10010011 | 1110 | 0 | 1000 | 100110 | 10010011 | 1010 | 111010 |
Color Harmonies of #899F93
Complementary color
Monochromatic Colors of #899F93
Black with #899F93
Text Example
Text Example
White with #899F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F93; }
p { color: rgb(137,159,147); }
H1.HeaderClassName
{
color: #899F93;
}
.AnyTagClassName
{
color: #899F93;
}
</style>
background-color css
<style>
a { background-color: #899F93; }
a { background-color: rgb(137,159,147); }
div.DivClassName
{
background-color: #899F93;
}
.BgClassName
{
background-color: #899F93;
}
</style>
border-color css
<style>
span { border-color: #899F93; }
span { border-color: rgb(137,159,147); }
td.TdClassName
{
border-color: #899F93;
}
.TagClassName
{
border-color: #899F93;
}
</style>