Shades of Pewter #9BA09B
Tints of Pewter #9BA09B
RGB
CMYK
RGB Variations
Color information
#9BA09B (or 0x9BA09B) is known color: Pewter. HEX triplet: 9B, A0 and 9B. RGB value is (155,160,155). Sum of RGB (Red+Green+Blue) = 155+160+155=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA09B is #645F64. Grayscale: #9D9D9D. Windows color (decimal): -6578021 or 10199195. OLE color: 10199195.
HSL color Cylindrical-coordinate representation of color #9BA09B: hue angle of 120º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9BA09B is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
RGB | 155 | 160 | 155 | - |
CMYK | 0.03 | 0 | 0.03 | 0.37 |
HSL | 120º | 0.03% | 0.62% | - |
HSV(B) | 120º | 0.03% | 0.63% | - |
XYZ | 32 | 34.48 | 35.98 | - |
YUV | 157.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 160 | 155 | 0.03 | 0 | 0.03 | 0.37 | 120 | 0.03 | 0.62 |
Hex | 9B | A0 | 9B | 3 | 0 | 3 | 25 | 78 | 3 | 3E |
Octal | 233 | 240 | 233 | 3 | 0 | 3 | 45 | 170 | 3 | 76 |
Binary | 10011011 | 10100000 | 10011011 | 11 | 0 | 11 | 100101 | 1111000 | 11 | 111110 |
Color Harmonies of #9BA09B
Complementary color
Monochromatic Colors of #9BA09B
Black with #9BA09B
Text Example
Text Example
White with #9BA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA09B; }
p { color: rgb(155,160,155); }
H1.HeaderClassName
{
color: #9BA09B;
}
.AnyTagClassName
{
color: #9BA09B;
}
</style>
background-color css
<style>
a { background-color: #9BA09B; }
a { background-color: rgb(155,160,155); }
div.DivClassName
{
background-color: #9BA09B;
}
.BgClassName
{
background-color: #9BA09B;
}
</style>
border-color css
<style>
span { border-color: #9BA09B; }
span { border-color: rgb(155,160,155); }
td.TdClassName
{
border-color: #9BA09B;
}
.TagClassName
{
border-color: #9BA09B;
}
</style>