Shades of Edward #9BABA0
Tints of Edward #9BABA0
RGB
CMYK
RGB Variations
Color information
#9BABA0 (or 0x9BABA0) is known color: Edward. HEX triplet: 9B, AB and A0. RGB value is (155,171,160). Sum of RGB (Red+Green+Blue) = 155+171+160=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #9BABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABA0 is #64545F. Grayscale: #A4A4A4. Windows color (decimal): -6575200 or 10529691. OLE color: 10529691.
HSL color Cylindrical-coordinate representation of color #9BABA0: hue angle of 138.75º degrees, saturation: 0.09, 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 #9BABA0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 160 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.33 |
| HSL | 138.75º | 0.09% | 0.64% | - |
| HSV(B) | 138.75º | 0.09% | 0.67% | - |
| XYZ | 34.43 | 38.63 | 38.9 | - |
| YUV | 164.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 160 | 0.09 | 0 | 0.06 | 0.33 | 138.75 | 0.09 | 0.64 |
| Hex | 9B | AB | A0 | 9 | 0 | 6 | 21 | 8B | 9 | 40 |
| Octal | 233 | 253 | 240 | 11 | 0 | 6 | 41 | 213 | 11 | 100 |
| Binary | 10011011 | 10101011 | 10100000 | 1001 | 0 | 110 | 100001 | 10001011 | 1001 | 1000000 |
Color Harmonies of #9BABA0
Complementary color
Monochromatic Colors of #9BABA0
Black with #9BABA0
Text Example
Text Example
White with #9BABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABA0; }
p { color: rgb(155,171,160); }
H1.HeaderClassName
{
color: #9BABA0;
}
.AnyTagClassName
{
color: #9BABA0;
}
</style>
background-color css
<style>
a { background-color: #9BABA0; }
a { background-color: rgb(155,171,160); }
div.DivClassName
{
background-color: #9BABA0;
}
.BgClassName
{
background-color: #9BABA0;
}
</style>
border-color css
<style>
span { border-color: #9BABA0; }
span { border-color: rgb(155,171,160); }
td.TdClassName
{
border-color: #9BABA0;
}
.TagClassName
{
border-color: #9BABA0;
}
</style>