Shades of Edward #9BB0A0
Tints of Edward #9BB0A0
RGB
CMYK
RGB Variations
Color information
#9BB0A0 (or 0x9BB0A0) is known color: Edward. HEX triplet: 9B, B0 and A0. RGB value is (155,176,160). Sum of RGB (Red+Green+Blue) = 155+176+160=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0A0 is #644F5F. Grayscale: #A7A7A7. Windows color (decimal): -6573920 or 10530971. OLE color: 10530971.
HSL color Cylindrical-coordinate representation of color #9BB0A0: hue angle of 134.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0A0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 160 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.31 |
| HSL | 134.29º | 0.12% | 0.65% | - |
| HSV(B) | 134.29º | 0.12% | 0.69% | - |
| XYZ | 35.39 | 40.56 | 39.22 | - |
| YUV | 167.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 160 | 0.12 | 0 | 0.09 | 0.31 | 134.29 | 0.12 | 0.65 |
| Hex | 9B | B0 | A0 | C | 0 | 9 | 1F | 86 | C | 41 |
| Octal | 233 | 260 | 240 | 14 | 0 | 11 | 37 | 206 | 14 | 101 |
| Binary | 10011011 | 10110000 | 10100000 | 1100 | 0 | 1001 | 11111 | 10000110 | 1100 | 1000001 |
Color Harmonies of #9BB0A0
Complementary color
Monochromatic Colors of #9BB0A0
Black with #9BB0A0
Text Example
Text Example
White with #9BB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0A0; }
p { color: rgb(155,176,160); }
H1.HeaderClassName
{
color: #9BB0A0;
}
.AnyTagClassName
{
color: #9BB0A0;
}
</style>
background-color css
<style>
a { background-color: #9BB0A0; }
a { background-color: rgb(155,176,160); }
div.DivClassName
{
background-color: #9BB0A0;
}
.BgClassName
{
background-color: #9BB0A0;
}
</style>
border-color css
<style>
span { border-color: #9BB0A0; }
span { border-color: rgb(155,176,160); }
td.TdClassName
{
border-color: #9BB0A0;
}
.TagClassName
{
border-color: #9BB0A0;
}
</style>