Shades of Edward #90A398
Tints of Edward #90A398
RGB
CMYK
RGB Variations
Color information
#90A398 (or 0x90A398) is known color: Edward. HEX triplet: 90, A3 and 98. RGB value is (144,163,152). Sum of RGB (Red+Green+Blue) = 144+163+152=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #90A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A398 is #6F5C67. Grayscale: #9C9C9C. Windows color (decimal): -7298152 or 10003344. OLE color: 10003344.
HSL color Cylindrical-coordinate representation of color #90A398: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A398 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 163 | 152 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.36 |
| HSL | 145.26º | 0.09% | 0.6% | - |
| HSV(B) | 145.26º | 0.12% | 0.64% | - |
| XYZ | 30.27 | 34.39 | 34.75 | - |
| YUV | 156.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 152 | 0.12 | 0 | 0.07 | 0.36 | 145.26 | 0.09 | 0.6 |
| Hex | 90 | A3 | 98 | C | 0 | 7 | 24 | 91 | 9 | 3C |
| Octal | 220 | 243 | 230 | 14 | 0 | 7 | 44 | 221 | 11 | 74 |
| Binary | 10010000 | 10100011 | 10011000 | 1100 | 0 | 111 | 100100 | 10010001 | 1001 | 111100 |
Color Harmonies of #90A398
Complementary color
Monochromatic Colors of #90A398
Black with #90A398
Text Example
Text Example
White with #90A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A398; }
p { color: rgb(144,163,152); }
H1.HeaderClassName
{
color: #90A398;
}
.AnyTagClassName
{
color: #90A398;
}
</style>
background-color css
<style>
a { background-color: #90A398; }
a { background-color: rgb(144,163,152); }
div.DivClassName
{
background-color: #90A398;
}
.BgClassName
{
background-color: #90A398;
}
</style>
border-color css
<style>
span { border-color: #90A398; }
span { border-color: rgb(144,163,152); }
td.TdClassName
{
border-color: #90A398;
}
.TagClassName
{
border-color: #90A398;
}
</style>