Html Css Color HEX #90A297 Edward

📋 copy color: '#90A297'

red 144 ◦ green 162 ◦ blue 151

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

Shades of Edward #90A297

Tints of Edward #90A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

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

R = 31.51%
G = 35.45%
B = 33.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#90A297 (or 0x90A297) is known color: Edward. HEX triplet: 90, A2 and 97. RGB value is (144,162,151). Sum of RGB (Red+Green+Blue) = 144+162+151=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #90A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A297 is #6F5D68. Grayscale: #9B9B9B. Windows color (decimal): -7298409 or 9937552. OLE color: 9937552.

HSL color Cylindrical-coordinate representation of color #90A297: hue angle of 143.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A297 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 162 151 -
CMYK 0.11 0 0.07 0.36
HSL 143.33º 0.09% 0.6% -
HSV(B) 143.33º 0.11% 0.64% -
XYZ 30.01 34 34.26 -
YUV 155.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 144 162 151 0.11 0 0.07 0.36 143.33 0.09 0.6
Hex 90 A2 97 B 0 7 24 8F 9 3C
Octal 220 242 227 13 0 7 44 217 11 74
Binary 10010000 10100010 10010111 1011 0 111 100100 10001111 1001 111100

Color Harmonies of #90A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A297

Black with #90A297

Text Example


Text Example

White with #90A297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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