Shades of Edward #96A39B
Tints of Edward #96A39B
RGB
CMYK
RGB Variations
Color information
#96A39B (or 0x96A39B) is known color: Edward. HEX triplet: 96, A3 and 9B. RGB value is (150,163,155). Sum of RGB (Red+Green+Blue) = 150+163+155=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 163 - color contains mainly: green. Hex color #96A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A39B is #695C64. Grayscale: #9E9E9E. Windows color (decimal): -6904933 or 10199958. OLE color: 10199958.
HSL color Cylindrical-coordinate representation of color #96A39B: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A39B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 155 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.36 |
| HSL | 143.08º | 0.07% | 0.61% | - |
| HSV(B) | 143.08º | 0.08% | 0.64% | - |
| XYZ | 31.59 | 35.04 | 36.11 | - |
| YUV | 158.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 155 | 0.08 | 0 | 0.05 | 0.36 | 143.08 | 0.07 | 0.61 |
| Hex | 96 | A3 | 9B | 8 | 0 | 5 | 24 | 8F | 7 | 3D |
| Octal | 226 | 243 | 233 | 10 | 0 | 5 | 44 | 217 | 7 | 75 |
| Binary | 10010110 | 10100011 | 10011011 | 1000 | 0 | 101 | 100100 | 10001111 | 111 | 111101 |
Color Harmonies of #96A39B
Complementary color
Monochromatic Colors of #96A39B
Black with #96A39B
Text Example
Text Example
White with #96A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A39B; }
p { color: rgb(150,163,155); }
H1.HeaderClassName
{
color: #96A39B;
}
.AnyTagClassName
{
color: #96A39B;
}
</style>
background-color css
<style>
a { background-color: #96A39B; }
a { background-color: rgb(150,163,155); }
div.DivClassName
{
background-color: #96A39B;
}
.BgClassName
{
background-color: #96A39B;
}
</style>
border-color css
<style>
span { border-color: #96A39B; }
span { border-color: rgb(150,163,155); }
td.TdClassName
{
border-color: #96A39B;
}
.TagClassName
{
border-color: #96A39B;
}
</style>