Shades of Edward #90A896
Tints of Edward #90A896
RGB
CMYK
RGB Variations
Color information
#90A896 (or 0x90A896) is known color: Edward. HEX triplet: 90, A8 and 96. RGB value is (144,168,150). Sum of RGB (Red+Green+Blue) = 144+168+150=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #90A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A896 is #6F5769. Grayscale: #9E9E9E. Windows color (decimal): -7296874 or 9873552. OLE color: 9873552.
HSL color Cylindrical-coordinate representation of color #90A896: hue angle of 135º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A896 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 168 | 150 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.34 |
| HSL | 135º | 0.12% | 0.61% | - |
| HSV(B) | 135º | 0.14% | 0.66% | - |
| XYZ | 31.01 | 36.14 | 34.19 | - |
| YUV | 158.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 150 | 0.14 | 0 | 0.11 | 0.34 | 135 | 0.12 | 0.61 |
| Hex | 90 | A8 | 96 | E | 0 | B | 22 | 87 | C | 3D |
| Octal | 220 | 250 | 226 | 16 | 0 | 13 | 42 | 207 | 14 | 75 |
| Binary | 10010000 | 10101000 | 10010110 | 1110 | 0 | 1011 | 100010 | 10000111 | 1100 | 111101 |
Color Harmonies of #90A896
Complementary color
Monochromatic Colors of #90A896
Black with #90A896
Text Example
Text Example
White with #90A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A896; }
p { color: rgb(144,168,150); }
H1.HeaderClassName
{
color: #90A896;
}
.AnyTagClassName
{
color: #90A896;
}
</style>
background-color css
<style>
a { background-color: #90A896; }
a { background-color: rgb(144,168,150); }
div.DivClassName
{
background-color: #90A896;
}
.BgClassName
{
background-color: #90A896;
}
</style>
border-color css
<style>
span { border-color: #90A896; }
span { border-color: rgb(144,168,150); }
td.TdClassName
{
border-color: #90A896;
}
.TagClassName
{
border-color: #90A896;
}
</style>