Shades of Edward #9BAC9D
Tints of Edward #9BAC9D
RGB
CMYK
RGB Variations
Color information
#9BAC9D (or 0x9BAC9D) is known color: Edward. HEX triplet: 9B, AC and 9D. RGB value is (155,172,157). Sum of RGB (Red+Green+Blue) = 155+172+157=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC9D is #645362. Grayscale: #A5A5A5. Windows color (decimal): -6574947 or 10333339. OLE color: 10333339.
HSL color Cylindrical-coordinate representation of color #9BAC9D: hue angle of 127.06º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BAC9D is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 157 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.33 |
| HSL | 127.06º | 0.09% | 0.64% | - |
| HSV(B) | 127.06º | 0.1% | 0.67% | - |
| XYZ | 34.36 | 38.91 | 37.6 | - |
| YUV | 165.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 157 | 0.10 | 0 | 0.09 | 0.33 | 127.06 | 0.09 | 0.64 |
| Hex | 9B | AC | 9D | A | 0 | 9 | 21 | 7F | 9 | 40 |
| Octal | 233 | 254 | 235 | 12 | 0 | 11 | 41 | 177 | 11 | 100 |
| Binary | 10011011 | 10101100 | 10011101 | 1010 | 0 | 1001 | 100001 | 1111111 | 1001 | 1000000 |
Color Harmonies of #9BAC9D
Complementary color
Monochromatic Colors of #9BAC9D
Black with #9BAC9D
Text Example
Text Example
White with #9BAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC9D; }
p { color: rgb(155,172,157); }
H1.HeaderClassName
{
color: #9BAC9D;
}
.AnyTagClassName
{
color: #9BAC9D;
}
</style>
background-color css
<style>
a { background-color: #9BAC9D; }
a { background-color: rgb(155,172,157); }
div.DivClassName
{
background-color: #9BAC9D;
}
.BgClassName
{
background-color: #9BAC9D;
}
</style>
border-color css
<style>
span { border-color: #9BAC9D; }
span { border-color: rgb(155,172,157); }
td.TdClassName
{
border-color: #9BAC9D;
}
.TagClassName
{
border-color: #9BAC9D;
}
</style>