#909D42

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

Shades of Wasabi #909D42

Tints of Wasabi #909D42

Color information

#909D42 (or 0x909D42) is unknown color: approx Wasabi. HEX triplet: 90, 9D and 42. RGB value is (144,157,66). Sum of RGB (Red+Green+Blue) = 144+157+66=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #909D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909D42 is #6F62BD. Grayscale: #8F8F8F. Windows color (decimal): -7299774 or 4365712. OLE color: 4365712.

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

Color convert

RGB14415766-
CMYK0.0800.580.38
HSL68.57º40.81%43.73%-
HSV(B)68.57º57.96%61.57%-
XYZ24.5430.449.74-
YUV142.7484.69128.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 157 (61.72% from 255) = 42.78%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=39.24%
G=42.78%
B=17.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144157660.0800.580.3868.5740.8143.73
Hex909D42803A2645292c
Octal22023510210072461055154
Binary10010000100111011000010100001110101001101000101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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