Shades of Pewter #9BA49B
Tints of Pewter #9BA49B
RGB
CMYK
RGB Variations
Color information
#9BA49B (or 0x9BA49B) is known color: Pewter. HEX triplet: 9B, A4 and 9B. RGB value is (155,164,155). Sum of RGB (Red+Green+Blue) = 155+164+155=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA49B is #645B64. Grayscale: #A0A0A0. Windows color (decimal): -6576997 or 10200219. OLE color: 10200219.
HSL color Cylindrical-coordinate representation of color #9BA49B: hue angle of 120º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9BA49B is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 155 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.36 |
| HSL | 120º | 0.05% | 0.63% | - |
| HSV(B) | 120º | 0.05% | 0.64% | - |
| XYZ | 32.71 | 35.89 | 36.21 | - |
| YUV | 160.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 155 | 0.05 | 0 | 0.05 | 0.36 | 120 | 0.05 | 0.63 |
| Hex | 9B | A4 | 9B | 5 | 0 | 5 | 24 | 78 | 5 | 3F |
| Octal | 233 | 244 | 233 | 5 | 0 | 5 | 44 | 170 | 5 | 77 |
| Binary | 10011011 | 10100100 | 10011011 | 101 | 0 | 101 | 100100 | 1111000 | 101 | 111111 |
Color Harmonies of #9BA49B
Complementary color
Monochromatic Colors of #9BA49B
Black with #9BA49B
Text Example
Text Example
White with #9BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA49B; }
p { color: rgb(155,164,155); }
H1.HeaderClassName
{
color: #9BA49B;
}
.AnyTagClassName
{
color: #9BA49B;
}
</style>
background-color css
<style>
a { background-color: #9BA49B; }
a { background-color: rgb(155,164,155); }
div.DivClassName
{
background-color: #9BA49B;
}
.BgClassName
{
background-color: #9BA49B;
}
</style>
border-color css
<style>
span { border-color: #9BA49B; }
span { border-color: rgb(155,164,155); }
td.TdClassName
{
border-color: #9BA49B;
}
.TagClassName
{
border-color: #9BA49B;
}
</style>