Html Css Color HEX #90A198 Edward

📋 copy color: '#90A198'

red 144 ◦ green 161 ◦ blue 152

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

Shades of Edward #90A198

Tints of Edward #90A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 31.51%
G = 35.23%
B = 33.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#90A198 (or 0x90A198) is known color: Edward. HEX triplet: 90, A1 and 98. RGB value is (144,161,152). Sum of RGB (Red+Green+Blue) = 144+161+152=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #90A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A198 is #6F5E67. Grayscale: #9A9A9A. Windows color (decimal): -7298664 or 10002832. OLE color: 10002832.

HSL color Cylindrical-coordinate representation of color #90A198: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A198 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 161 152 -
CMYK 0.11 0 0.06 0.37
HSL 148.24º 0.08% 0.6% -
HSV(B) 148.24º 0.11% 0.63% -
XYZ 29.91 33.69 34.63 -
YUV 154.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 144 161 152 0.11 0 0.06 0.37 148.24 0.08 0.6
Hex 90 A1 98 B 0 6 25 94 8 3C
Octal 220 241 230 13 0 6 45 224 10 74
Binary 10010000 10100001 10011000 1011 0 110 100101 10010100 1000 111100

Color Harmonies of #90A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A198

Black with #90A198

Text Example


Text Example

White with #90A198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,161,152); }

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

background-color css

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

 a { background-color: rgb(144,161,152); }

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

border-color css

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

 span { border-color: rgb(144,161,152); }

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