Shades of Edward #96A99D
Tints of Edward #96A99D
RGB
CMYK
RGB Variations
Color information
#96A99D (or 0x96A99D) is known color: Edward. HEX triplet: 96, A9 and 9D. RGB value is (150,169,157). Sum of RGB (Red+Green+Blue) = 150+169+157=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #96A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A99D is #695662. Grayscale: #A1A1A1. Windows color (decimal): -6903395 or 10332566. OLE color: 10332566.
HSL color Cylindrical-coordinate representation of color #96A99D: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A99D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 169 | 157 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.34 |
| HSL | 142.11º | 0.1% | 0.63% | - |
| HSV(B) | 142.11º | 0.11% | 0.66% | - |
| XYZ | 32.85 | 37.29 | 37.37 | - |
| YUV | 161.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 169 | 157 | 0.11 | 0 | 0.07 | 0.34 | 142.11 | 0.1 | 0.63 |
| Hex | 96 | A9 | 9D | B | 0 | 7 | 22 | 8E | A | 3F |
| Octal | 226 | 251 | 235 | 13 | 0 | 7 | 42 | 216 | 12 | 77 |
| Binary | 10010110 | 10101001 | 10011101 | 1011 | 0 | 111 | 100010 | 10001110 | 1010 | 111111 |
Color Harmonies of #96A99D
Complementary color
Monochromatic Colors of #96A99D
Black with #96A99D
Text Example
Text Example
White with #96A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A99D; }
p { color: rgb(150,169,157); }
H1.HeaderClassName
{
color: #96A99D;
}
.AnyTagClassName
{
color: #96A99D;
}
</style>
background-color css
<style>
a { background-color: #96A99D; }
a { background-color: rgb(150,169,157); }
div.DivClassName
{
background-color: #96A99D;
}
.BgClassName
{
background-color: #96A99D;
}
</style>
border-color css
<style>
span { border-color: #96A99D; }
span { border-color: rgb(150,169,157); }
td.TdClassName
{
border-color: #96A99D;
}
.TagClassName
{
border-color: #96A99D;
}
</style>