Shades of Edward #9CA19D
Tints of Edward #9CA19D
RGB
CMYK
RGB Variations
Color information
#9CA19D (or 0x9CA19D) is known color: Edward. HEX triplet: 9C, A1 and 9D. RGB value is (156,161,157). Sum of RGB (Red+Green+Blue) = 156+161+157=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA19D is #635E62. Grayscale: #9F9F9F. Windows color (decimal): -6512227 or 10330524. OLE color: 10330524.
HSL color Cylindrical-coordinate representation of color #9CA19D: hue angle of 132º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9CA19D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 157 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.37 |
| HSL | 132º | 0.03% | 0.62% | - |
| HSV(B) | 132º | 0.03% | 0.63% | - |
| XYZ | 32.54 | 34.99 | 36.94 | - |
| YUV | 159.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 157 | 0.03 | 0 | 0.02 | 0.37 | 132 | 0.03 | 0.62 |
| Hex | 9C | A1 | 9D | 3 | 0 | 2 | 25 | 84 | 3 | 3E |
| Octal | 234 | 241 | 235 | 3 | 0 | 2 | 45 | 204 | 3 | 76 |
| Binary | 10011100 | 10100001 | 10011101 | 11 | 0 | 10 | 100101 | 10000100 | 11 | 111110 |
Color Harmonies of #9CA19D
Complementary color
Monochromatic Colors of #9CA19D
Black with #9CA19D
Text Example
Text Example
White with #9CA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA19D; }
p { color: rgb(156,161,157); }
H1.HeaderClassName
{
color: #9CA19D;
}
.AnyTagClassName
{
color: #9CA19D;
}
</style>
background-color css
<style>
a { background-color: #9CA19D; }
a { background-color: rgb(156,161,157); }
div.DivClassName
{
background-color: #9CA19D;
}
.BgClassName
{
background-color: #9CA19D;
}
</style>
border-color css
<style>
span { border-color: #9CA19D; }
span { border-color: rgb(156,161,157); }
td.TdClassName
{
border-color: #9CA19D;
}
.TagClassName
{
border-color: #9CA19D;
}
</style>