Html Css Color HEX #90A897 Edward

📋 copy color: '#90A897'

red 144 ◦ green 168 ◦ blue 151

#90A897
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #90A897

Tints of Edward #90A897

RGB

 RED value IS 144 (56.64% from 255) = 31.1%

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 151 (59.38% from 255) = 32.61%

R = 31.1%
G = 36.29%
B = 32.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#90A897 (or 0x90A897) is known color: Edward. HEX triplet: 90, A8 and 97. RGB value is (144,168,151). Sum of RGB (Red+Green+Blue) = 144+168+151=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #90A897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A897 is #6F5768. Grayscale: #9E9E9E. Windows color (decimal): -7296873 or 9939088. OLE color: 9939088.

HSL color Cylindrical-coordinate representation of color #90A897: hue angle of 137.5º 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 #90A897 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 168 151 -
CMYK 0.14 0 0.10 0.34
HSL 137.5º 0.12% 0.61% -
HSV(B) 137.5º 0.14% 0.66% -
XYZ 31.09 36.17 34.62 -
YUV 158.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 144 168 151 0.14 0 0.10 0.34 137.5 0.12 0.61
Hex 90 A8 97 E 0 A 22 8A C 3D
Octal 220 250 227 16 0 12 42 212 14 75
Binary 10010000 10101000 10010111 1110 0 1010 100010 10001010 1100 111101

Color Harmonies of #90A897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A897

Black with #90A897

Text Example


Text Example

White with #90A897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A897; }

 p { color: rgb(144,168,151); }

 H1.HeaderClassName
 {
   color: #90A897;
 }
 .AnyTagClassName
 {
   color: #90A897;
 }
</style>

background-color css

<style>
 a { background-color: #90A897; }

 a { background-color: rgb(144,168,151); }

 div.DivClassName
 {
   background-color: #90A897;
 }
 .BgClassName
 {
   background-color: #90A897;
 }
</style>

border-color css

<style>
 span { border-color: #90A897; }

 span { border-color: rgb(144,168,151); }

 td.TdClassName
 {
   border-color: #90A897;
 }
 .TagClassName
 {
   border-color: #90A897;
 }
</style>