Shades of Edward #9CA09D
Tints of Edward #9CA09D
RGB
CMYK
RGB Variations
Color information
#9CA09D (or 0x9CA09D) is known color: Edward. HEX triplet: 9C, A0 and 9D. RGB value is (156,160,157). Sum of RGB (Red+Green+Blue) = 156+160+157=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA09D is #635F62. Grayscale: #9E9E9E. Windows color (decimal): -6512483 or 10330268. OLE color: 10330268.
HSL color Cylindrical-coordinate representation of color #9CA09D: hue angle of 135º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9CA09D is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 157 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.37 |
| HSL | 135º | 0.02% | 0.62% | - |
| HSV(B) | 135º | 0.02% | 0.63% | - |
| XYZ | 32.37 | 34.64 | 36.88 | - |
| YUV | 158.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 157 | 0.02 | 0 | 0.02 | 0.37 | 135 | 0.02 | 0.62 |
| Hex | 9C | A0 | 9D | 2 | 0 | 2 | 25 | 87 | 2 | 3E |
| Octal | 234 | 240 | 235 | 2 | 0 | 2 | 45 | 207 | 2 | 76 |
| Binary | 10011100 | 10100000 | 10011101 | 10 | 0 | 10 | 100101 | 10000111 | 10 | 111110 |
Color Harmonies of #9CA09D
Complementary color
Monochromatic Colors of #9CA09D
Black with #9CA09D
Text Example
Text Example
White with #9CA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA09D; }
p { color: rgb(156,160,157); }
H1.HeaderClassName
{
color: #9CA09D;
}
.AnyTagClassName
{
color: #9CA09D;
}
</style>
background-color css
<style>
a { background-color: #9CA09D; }
a { background-color: rgb(156,160,157); }
div.DivClassName
{
background-color: #9CA09D;
}
.BgClassName
{
background-color: #9CA09D;
}
</style>
border-color css
<style>
span { border-color: #9CA09D; }
span { border-color: rgb(156,160,157); }
td.TdClassName
{
border-color: #9CA09D;
}
.TagClassName
{
border-color: #9CA09D;
}
</style>