#90994A

Color #90994A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #90994A

Tints of Wasabi #90994A

Color information

#90994A (or 0x90994A) is unknown color: approx Wasabi. HEX triplet: 90, 99 and 4A. RGB value is (144,153,74). Sum of RGB (Red+Green+Blue) = 144+153+74=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #90994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90994A is #6F66B5. Grayscale: #8D8D8D. Windows color (decimal): -7300790 or 4888976. OLE color: 4888976.

HSL color Cylindrical-coordinate representation of color #90994A: hue angle of 66.84º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90994A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB14415374-
CMYK0.0600.520.4
HSL66.84º34.8%44.51%-
HSV(B)66.84º51.63%60%-
XYZ24.1329.2110.84-
YUV141.390.02129.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=38.81%
G=41.24%
B=19.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153740.0600.520.466.8434.844.51
Hex90994A60342843232d
Octal2202311126064501034355
Binary1001000010011001100101011001101001010001000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90994A; }

 p { color: rgb(144,153,74); }

 H1.HeaderClassName
 {
   color: #90994A;
 }
 .AnyTagClassName
 {
   color: #90994A;
 }
</style>
background-color css

<style>
 a { background-color: #90994A; }

 a { background-color: rgb(144,153,74); }

 div.DivClassName
 {
   background-color: #90994A;
 }
 .BgClassName
 {
   background-color: #90994A;
 }
</style>
border-color css

<style>
 span { border-color: #90994A; }

 span { border-color: rgb(144,153,74); }

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