#90A398

Color #90A398 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #90A398

Tints of Edward #90A398

Color information

#90A398 (or 0x90A398) is unknown color: approx 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

RGB144163152-
CMYK0.1200.070.36
HSL145.26º9.36%60.2%-
HSV(B)145.26º11.66%63.92%-
XYZ30.2734.3934.75-
YUV156.06125.71119.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=31.37%
G=35.51%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631520.1200.070.36145.269.3660.2
Hex90A398C07249193c
Octal2202432301407442211174
Binary10010000101000111001100011000111100100100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>