#909D49

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

Shades of Wasabi #909D49

Tints of Wasabi #909D49

Color information

#909D49 (or 0x909D49) is unknown color: approx Wasabi. HEX triplet: 90, 9D and 49. RGB value is (144,157,73). Sum of RGB (Red+Green+Blue) = 144+157+73=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #909D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909D49 is #6F62B6. Grayscale: #8F8F8F. Windows color (decimal): -7299767 or 4824464. OLE color: 4824464.

HSL color Cylindrical-coordinate representation of color #909D49: hue angle of 69.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #909D49 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB14415773-
CMYK0.0800.540.38
HSL69.29º36.52%45.1%-
HSV(B)69.29º53.5%61.57%-
XYZ24.7630.5210.89-
YUV143.5488.19128.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=38.50%
G=41.98%
B=19.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144157730.0800.540.3869.2936.5245.1
Hex909D4980362645252d
Octal22023511110066461054555
Binary10010000100111011001001100001101101001101000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909D49; }

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

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

<style>
 a { background-color: #909D49; }

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

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

<style>
 span { border-color: #909D49; }

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

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