Shades of Padua #8BA496
Tints of Padua #8BA496
RGB
CMYK
RGB Variations
Color information
#8BA496 (or 0x8BA496) is known color: Padua. HEX triplet: 8B, A4 and 96. RGB value is (139,164,150). Sum of RGB (Red+Green+Blue) = 139+164+150=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA496 is #745B69. Grayscale: #9A9A9A. Windows color (decimal): -7625578 or 9872523. OLE color: 9872523.
HSL color Cylindrical-coordinate representation of color #8BA496: hue angle of 146.4º 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 #8BA496 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 150 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.36 |
| HSL | 146.4º | 0.12% | 0.59% | - |
| HSV(B) | 146.4º | 0.15% | 0.64% | - |
| XYZ | 29.43 | 34.24 | 33.91 | - |
| YUV | 154.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 150 | 0.15 | 0 | 0.09 | 0.36 | 146.4 | 0.12 | 0.59 |
| Hex | 8B | A4 | 96 | F | 0 | 9 | 24 | 92 | C | 3B |
| Octal | 213 | 244 | 226 | 17 | 0 | 11 | 44 | 222 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10010110 | 1111 | 0 | 1001 | 100100 | 10010010 | 1100 | 111011 |
Color Harmonies of #8BA496
Complementary color
Monochromatic Colors of #8BA496
Black with #8BA496
Text Example
Text Example
White with #8BA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA496; }
p { color: rgb(139,164,150); }
H1.HeaderClassName
{
color: #8BA496;
}
.AnyTagClassName
{
color: #8BA496;
}
</style>
background-color css
<style>
a { background-color: #8BA496; }
a { background-color: rgb(139,164,150); }
div.DivClassName
{
background-color: #8BA496;
}
.BgClassName
{
background-color: #8BA496;
}
</style>
border-color css
<style>
span { border-color: #8BA496; }
span { border-color: rgb(139,164,150); }
td.TdClassName
{
border-color: #8BA496;
}
.TagClassName
{
border-color: #8BA496;
}
</style>