Shades of Edward #9BAA9D
Tints of Edward #9BAA9D
RGB
CMYK
RGB Variations
Color information
#9BAA9D (or 0x9BAA9D) is known color: Edward. HEX triplet: 9B, AA and 9D. RGB value is (155,170,157). Sum of RGB (Red+Green+Blue) = 155+170+157=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA9D is #645562. Grayscale: #A4A4A4. Windows color (decimal): -6575459 or 10332827. OLE color: 10332827.
HSL color Cylindrical-coordinate representation of color #9BAA9D: hue angle of 128º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BAA9D is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 157 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.33 |
| HSL | 128º | 0.08% | 0.64% | - |
| HSV(B) | 128º | 0.09% | 0.67% | - |
| XYZ | 33.98 | 38.15 | 37.47 | - |
| YUV | 164.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 157 | 0.09 | 0 | 0.08 | 0.33 | 128 | 0.08 | 0.64 |
| Hex | 9B | AA | 9D | 9 | 0 | 8 | 21 | 80 | 8 | 40 |
| Octal | 233 | 252 | 235 | 11 | 0 | 10 | 41 | 200 | 10 | 100 |
| Binary | 10011011 | 10101010 | 10011101 | 1001 | 0 | 1000 | 100001 | 10000000 | 1000 | 1000000 |
Color Harmonies of #9BAA9D
Complementary color
Monochromatic Colors of #9BAA9D
Black with #9BAA9D
Text Example
Text Example
White with #9BAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA9D; }
p { color: rgb(155,170,157); }
H1.HeaderClassName
{
color: #9BAA9D;
}
.AnyTagClassName
{
color: #9BAA9D;
}
</style>
background-color css
<style>
a { background-color: #9BAA9D; }
a { background-color: rgb(155,170,157); }
div.DivClassName
{
background-color: #9BAA9D;
}
.BgClassName
{
background-color: #9BAA9D;
}
</style>
border-color css
<style>
span { border-color: #9BAA9D; }
span { border-color: rgb(155,170,157); }
td.TdClassName
{
border-color: #9BAA9D;
}
.TagClassName
{
border-color: #9BAA9D;
}
</style>