Shades of Padua #889F92
Tints of Padua #889F92
RGB
CMYK
RGB Variations
Color information
#889F92 (or 0x889F92) is known color: Padua. HEX triplet: 88, 9F and 92. RGB value is (136,159,146). Sum of RGB (Red+Green+Blue) = 136+159+146=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #889F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F92 is #77606D. Grayscale: #969696. Windows color (decimal): -7823470 or 9609096. OLE color: 9609096.
HSL color Cylindrical-coordinate representation of color #889F92: hue angle of 146.09º degrees, saturation: 0.11, 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 #889F92 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 146 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.38 |
| HSL | 146.09º | 0.11% | 0.58% | - |
| HSV(B) | 146.09º | 0.14% | 0.62% | - |
| XYZ | 27.74 | 32.11 | 31.93 | - |
| YUV | 150.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 146 | 0.14 | 0 | 0.08 | 0.38 | 146.09 | 0.11 | 0.58 |
| Hex | 88 | 9F | 92 | E | 0 | 8 | 26 | 92 | B | 3A |
| Octal | 210 | 237 | 222 | 16 | 0 | 10 | 46 | 222 | 13 | 72 |
| Binary | 10001000 | 10011111 | 10010010 | 1110 | 0 | 1000 | 100110 | 10010010 | 1011 | 111010 |
Color Harmonies of #889F92
Complementary color
Monochromatic Colors of #889F92
Black with #889F92
Text Example
Text Example
White with #889F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F92; }
p { color: rgb(136,159,146); }
H1.HeaderClassName
{
color: #889F92;
}
.AnyTagClassName
{
color: #889F92;
}
</style>
background-color css
<style>
a { background-color: #889F92; }
a { background-color: rgb(136,159,146); }
div.DivClassName
{
background-color: #889F92;
}
.BgClassName
{
background-color: #889F92;
}
</style>
border-color css
<style>
span { border-color: #889F92; }
span { border-color: rgb(136,159,146); }
td.TdClassName
{
border-color: #889F92;
}
.TagClassName
{
border-color: #889F92;
}
</style>