#909D4A

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

Shades of Wasabi #909D4A

Tints of Wasabi #909D4A

Color information

#909D4A (or 0x909D4A) is unknown color: approx Wasabi. HEX triplet: 90, 9D and 4A. RGB value is (144,157,74). Sum of RGB (Red+Green+Blue) = 144+157+74=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #909D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909D4A is #6F62B5. Grayscale: #8F8F8F. Windows color (decimal): -7299766 or 4890000. OLE color: 4890000.

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

Color convert

RGB14415774-
CMYK0.0800.530.38
HSL69.4º35.93%45.29%-
HSV(B)69.4º52.87%61.57%-
XYZ24.7930.5411.07-
YUV143.6588.69128.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=38.4%
G=41.87%
B=19.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144157740.0800.530.3869.435.9345.29
Hex909D4A80352645242d
Octal22023511210065461054455
Binary10010000100111011001010100001101011001101000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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