Shades of Edward #96A498
Tints of Edward #96A498
RGB
CMYK
RGB Variations
Color information
#96A498 (or 0x96A498) is known color: Edward. HEX triplet: 96, A4 and 98. RGB value is (150,164,152). Sum of RGB (Red+Green+Blue) = 150+164+152=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #96A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A498 is #695B67. Grayscale: #9E9E9E. Windows color (decimal): -6904680 or 10003606. OLE color: 10003606.
HSL color Cylindrical-coordinate representation of color #96A498: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A498 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 152 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.36 |
| HSL | 128.57º | 0.07% | 0.62% | - |
| HSV(B) | 128.57º | 0.09% | 0.64% | - |
| XYZ | 31.52 | 35.3 | 34.86 | - |
| YUV | 158.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 152 | 0.09 | 0 | 0.07 | 0.36 | 128.57 | 0.07 | 0.62 |
| Hex | 96 | A4 | 98 | 9 | 0 | 7 | 24 | 81 | 7 | 3E |
| Octal | 226 | 244 | 230 | 11 | 0 | 7 | 44 | 201 | 7 | 76 |
| Binary | 10010110 | 10100100 | 10011000 | 1001 | 0 | 111 | 100100 | 10000001 | 111 | 111110 |
Color Harmonies of #96A498
Complementary color
Monochromatic Colors of #96A498
Black with #96A498
Text Example
Text Example
White with #96A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A498; }
p { color: rgb(150,164,152); }
H1.HeaderClassName
{
color: #96A498;
}
.AnyTagClassName
{
color: #96A498;
}
</style>
background-color css
<style>
a { background-color: #96A498; }
a { background-color: rgb(150,164,152); }
div.DivClassName
{
background-color: #96A498;
}
.BgClassName
{
background-color: #96A498;
}
</style>
border-color css
<style>
span { border-color: #96A498; }
span { border-color: rgb(150,164,152); }
td.TdClassName
{
border-color: #96A498;
}
.TagClassName
{
border-color: #96A498;
}
</style>