Shades of Edward #9CA29D
Tints of Edward #9CA29D
RGB
CMYK
RGB Variations
Color information
#9CA29D (or 0x9CA29D) is known color: Edward. HEX triplet: 9C, A2 and 9D. RGB value is (156,162,157). Sum of RGB (Red+Green+Blue) = 156+162+157=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA29D is #635D62. Grayscale: #9F9F9F. Windows color (decimal): -6511971 or 10330780. OLE color: 10330780.
HSL color Cylindrical-coordinate representation of color #9CA29D: hue angle of 130º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9CA29D is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 157 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.36 |
| HSL | 130º | 0.03% | 0.62% | - |
| HSV(B) | 130º | 0.04% | 0.64% | - |
| XYZ | 32.72 | 35.34 | 37 | - |
| YUV | 159.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 157 | 0.04 | 0 | 0.03 | 0.36 | 130 | 0.03 | 0.62 |
| Hex | 9C | A2 | 9D | 4 | 0 | 3 | 24 | 82 | 3 | 3E |
| Octal | 234 | 242 | 235 | 4 | 0 | 3 | 44 | 202 | 3 | 76 |
| Binary | 10011100 | 10100010 | 10011101 | 100 | 0 | 11 | 100100 | 10000010 | 11 | 111110 |
Color Harmonies of #9CA29D
Complementary color
Monochromatic Colors of #9CA29D
Black with #9CA29D
Text Example
Text Example
White with #9CA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA29D; }
p { color: rgb(156,162,157); }
H1.HeaderClassName
{
color: #9CA29D;
}
.AnyTagClassName
{
color: #9CA29D;
}
</style>
background-color css
<style>
a { background-color: #9CA29D; }
a { background-color: rgb(156,162,157); }
div.DivClassName
{
background-color: #9CA29D;
}
.BgClassName
{
background-color: #9CA29D;
}
</style>
border-color css
<style>
span { border-color: #9CA29D; }
span { border-color: rgb(156,162,157); }
td.TdClassName
{
border-color: #9CA29D;
}
.TagClassName
{
border-color: #9CA29D;
}
</style>