Html Css Color HEX #90A249 Wasabi

📋 copy color: '#90A249'

red 144 ◦ green 162 ◦ blue 73

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

Shades of Wasabi #90A249

Tints of Wasabi #90A249

RGB

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

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

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

R = 37.99%
G = 42.74%
B = 19.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#90A249 (or 0x90A249) is known color: Wasabi. HEX triplet: 90, A2 and 49. RGB value is (144,162,73). Sum of RGB (Red+Green+Blue) = 144+162+73=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #90A249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A249 is #6F5DB6. Grayscale: #929292. Windows color (decimal): -7298487 or 4825744. OLE color: 4825744.

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

Color convert

RGB 144 162 73 -
CMYK 0.11 0 0.55 0.36
HSL 72.13º 0.38% 0.46% -
HSV(B) 72.13º 0.55% 0.64% -
XYZ 25.62 32.25 11.18 -
YUV 146.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 144 162 73 0.11 0 0.55 0.36 72.13 0.38 0.46
Hex 90 A2 49 B 0 37 24 48 26 2E
Octal 220 242 111 13 0 67 44 110 46 56
Binary 10010000 10100010 1001001 1011 0 110111 100100 1001000 100110 101110

Color Harmonies of #90A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A249

Black with #90A249

Text Example


Text Example

White with #90A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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