Shades of Padua #8BA497
Tints of Padua #8BA497
RGB
CMYK
RGB Variations
Color information
#8BA497 (or 0x8BA497) is known color: Padua. HEX triplet: 8B, A4 and 97. RGB value is (139,164,151). Sum of RGB (Red+Green+Blue) = 139+164+151=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA497 is #745B68. Grayscale: #9B9B9B. Windows color (decimal): -7625577 or 9938059. OLE color: 9938059.
HSL color Cylindrical-coordinate representation of color #8BA497: 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 #8BA497 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 151 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.36 |
| HSL | 148.8º | 0.12% | 0.59% | - |
| HSV(B) | 148.8º | 0.15% | 0.64% | - |
| XYZ | 29.51 | 34.27 | 34.34 | - |
| YUV | 155.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 151 | 0.15 | 0 | 0.08 | 0.36 | 148.8 | 0.12 | 0.59 |
| Hex | 8B | A4 | 97 | F | 0 | 8 | 24 | 95 | C | 3B |
| Octal | 213 | 244 | 227 | 17 | 0 | 10 | 44 | 225 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10010111 | 1111 | 0 | 1000 | 100100 | 10010101 | 1100 | 111011 |
Color Harmonies of #8BA497
Complementary color
Monochromatic Colors of #8BA497
Black with #8BA497
Text Example
Text Example
White with #8BA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA497; }
p { color: rgb(139,164,151); }
H1.HeaderClassName
{
color: #8BA497;
}
.AnyTagClassName
{
color: #8BA497;
}
</style>
background-color css
<style>
a { background-color: #8BA497; }
a { background-color: rgb(139,164,151); }
div.DivClassName
{
background-color: #8BA497;
}
.BgClassName
{
background-color: #8BA497;
}
</style>
border-color css
<style>
span { border-color: #8BA497; }
span { border-color: rgb(139,164,151); }
td.TdClassName
{
border-color: #8BA497;
}
.TagClassName
{
border-color: #8BA497;
}
</style>