Shades of Edward #9CAC9F
Tints of Edward #9CAC9F
RGB
CMYK
RGB Variations
Color information
#9CAC9F (or 0x9CAC9F) is known color: Edward. HEX triplet: 9C, AC and 9F. RGB value is (156,172,159). Sum of RGB (Red+Green+Blue) = 156+172+159=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC9F is #635360. Grayscale: #A5A5A5. Windows color (decimal): -6509409 or 10464412. OLE color: 10464412.
HSL color Cylindrical-coordinate representation of color #9CAC9F: hue angle of 131.25º 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 #9CAC9F is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 159 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.33 |
| HSL | 131.25º | 0.09% | 0.64% | - |
| HSV(B) | 131.25º | 0.09% | 0.67% | - |
| XYZ | 34.72 | 39.08 | 38.51 | - |
| YUV | 165.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 159 | 0.09 | 0 | 0.08 | 0.33 | 131.25 | 0.09 | 0.64 |
| Hex | 9C | AC | 9F | 9 | 0 | 8 | 21 | 83 | 9 | 40 |
| Octal | 234 | 254 | 237 | 11 | 0 | 10 | 41 | 203 | 11 | 100 |
| Binary | 10011100 | 10101100 | 10011111 | 1001 | 0 | 1000 | 100001 | 10000011 | 1001 | 1000000 |
Color Harmonies of #9CAC9F
Complementary color
Monochromatic Colors of #9CAC9F
Black with #9CAC9F
Text Example
Text Example
White with #9CAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC9F; }
p { color: rgb(156,172,159); }
H1.HeaderClassName
{
color: #9CAC9F;
}
.AnyTagClassName
{
color: #9CAC9F;
}
</style>
background-color css
<style>
a { background-color: #9CAC9F; }
a { background-color: rgb(156,172,159); }
div.DivClassName
{
background-color: #9CAC9F;
}
.BgClassName
{
background-color: #9CAC9F;
}
</style>
border-color css
<style>
span { border-color: #9CAC9F; }
span { border-color: rgb(156,172,159); }
td.TdClassName
{
border-color: #9CAC9F;
}
.TagClassName
{
border-color: #9CAC9F;
}
</style>