#94A03F

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

Shades of Wasabi #94A03F

Tints of Wasabi #94A03F

Color information

#94A03F (or 0x94A03F) is unknown color: approx Wasabi. HEX triplet: 94, A0 and 3F. RGB value is (148,160,63). Sum of RGB (Red+Green+Blue) = 148+160+63=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #94A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A03F is #6B5FC0. Grayscale: #919191. Windows color (decimal): -7036865 or 4169876. OLE color: 4169876.

HSL color Cylindrical-coordinate representation of color #94A03F: hue angle of 67.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94A03F is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB14816063-
CMYK0.0700.610.37
HSL67.42º43.5%43.73%-
HSV(B)67.42º60.62%62.75%-
XYZ25.6831.89.49-
YUV145.3581.52129.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 63 (25% from 255) = 16.98%
R=39.89%
G=43.13%
B=16.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148160630.0700.610.3767.4243.543.73
Hex94A03F703D25432b2c
Octal224240777075451035354
Binary100101001010000011111111101111011001011000011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A03F; }

 p { color: rgb(148,160,63); }

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

<style>
 a { background-color: #94A03F; }

 a { background-color: rgb(148,160,63); }

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

<style>
 span { border-color: #94A03F; }

 span { border-color: rgb(148,160,63); }

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