Html Css Color HEX #90A696 Edward

📋 copy color: '#90A696'

red 144 ◦ green 166 ◦ blue 150

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

Shades of Edward #90A696

Tints of Edward #90A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 31.3%
G = 36.09%
B = 32.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#90A696 (or 0x90A696) is known color: Edward. HEX triplet: 90, A6 and 96. RGB value is (144,166,150). Sum of RGB (Red+Green+Blue) = 144+166+150=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #90A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A696 is #6F5969. Grayscale: #9D9D9D. Windows color (decimal): -7297386 or 9873040. OLE color: 9873040.

HSL color Cylindrical-coordinate representation of color #90A696: hue angle of 136.36º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A696 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 166 150 -
CMYK 0.13 0 0.10 0.35
HSL 136.36º 0.11% 0.61% -
HSV(B) 136.36º 0.13% 0.65% -
XYZ 30.64 35.4 34.07 -
YUV 157.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 144 166 150 0.13 0 0.10 0.35 136.36 0.11 0.61
Hex 90 A6 96 D 0 A 23 88 B 3D
Octal 220 246 226 15 0 12 43 210 13 75
Binary 10010000 10100110 10010110 1101 0 1010 100011 10001000 1011 111101

Color Harmonies of #90A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A696

Black with #90A696

Text Example


Text Example

White with #90A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,166,150); }

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

background-color css

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

 a { background-color: rgb(144,166,150); }

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

border-color css

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

 span { border-color: rgb(144,166,150); }

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