Html Css Color HEX #90A049 Wasabi

📋 copy color: '#90A049'

red 144 ◦ green 160 ◦ blue 73

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

Shades of Wasabi #90A049

Tints of Wasabi #90A049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.44%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 38.2%
G = 42.44%
B = 19.36%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#90A049 (or 0x90A049) is known color: Wasabi. HEX triplet: 90, A0 and 49. RGB value is (144,160,73). Sum of RGB (Red+Green+Blue) = 144+160+73=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #90A049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A049 is #6F5FB6. Grayscale: #919191. Windows color (decimal): -7298999 or 4825232. OLE color: 4825232.

HSL color Cylindrical-coordinate representation of color #90A049: hue angle of 71.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90A049 is Cyan = 0.1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 160 73 -
CMYK 0.1 0 0.54 0.37
HSL 71.03º 0.37% 0.46% -
HSV(B) 71.03º 0.54% 0.63% -
XYZ 25.28 31.55 11.06 -
YUV 145.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 144 160 73 0.1 0 0.54 0.37 71.03 0.37 0.46
Hex 90 A0 49 A 0 36 25 47 25 2E
Octal 220 240 111 12 0 66 45 107 45 56
Binary 10010000 10100000 1001001 1010 0 110110 100101 1000111 100101 101110

Color Harmonies of #90A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A049

Black with #90A049

Text Example


Text Example

White with #90A049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,160,73); }

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

background-color css

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

 a { background-color: rgb(144,160,73); }

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

border-color css

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

 span { border-color: rgb(144,160,73); }

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