Shades of Edward #9BA09D
Tints of Edward #9BA09D
RGB
CMYK
RGB Variations
Color information
#9BA09D (or 0x9BA09D) is known color: Edward. HEX triplet: 9B, A0 and 9D. RGB value is (155,160,157). Sum of RGB (Red+Green+Blue) = 155+160+157=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA09D is #645F62. Grayscale: #9E9E9E. Windows color (decimal): -6578019 or 10330267. OLE color: 10330267.
HSL color Cylindrical-coordinate representation of color #9BA09D: hue angle of 144º 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 #9BA09D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 155 | 160 | 157 | - |
CMYK | 0.03 | 0 | 0.02 | 0.37 |
HSL | 144º | 0.03% | 0.62% | - |
HSV(B) | 144º | 0.03% | 0.63% | - |
XYZ | 32.17 | 34.54 | 36.87 | - |
YUV | 158.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 160 | 157 | 0.03 | 0 | 0.02 | 0.37 | 144 | 0.03 | 0.62 |
Hex | 9B | A0 | 9D | 3 | 0 | 2 | 25 | 90 | 3 | 3E |
Octal | 233 | 240 | 235 | 3 | 0 | 2 | 45 | 220 | 3 | 76 |
Binary | 10011011 | 10100000 | 10011101 | 11 | 0 | 10 | 100101 | 10010000 | 11 | 111110 |
Color Harmonies of #9BA09D
Complementary color
Monochromatic Colors of #9BA09D
Black with #9BA09D
Text Example
Text Example
White with #9BA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA09D; }
p { color: rgb(155,160,157); }
H1.HeaderClassName
{
color: #9BA09D;
}
.AnyTagClassName
{
color: #9BA09D;
}
</style>
background-color css
<style>
a { background-color: #9BA09D; }
a { background-color: rgb(155,160,157); }
div.DivClassName
{
background-color: #9BA09D;
}
.BgClassName
{
background-color: #9BA09D;
}
</style>
border-color css
<style>
span { border-color: #9BA09D; }
span { border-color: rgb(155,160,157); }
td.TdClassName
{
border-color: #9BA09D;
}
.TagClassName
{
border-color: #9BA09D;
}
</style>