#94A03E

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

Shades of Wasabi #94A03E

Tints of Wasabi #94A03E

Color information

#94A03E (or 0x94A03E) is unknown color: approx Wasabi. HEX triplet: 94, A0 and 3E. RGB value is (148,160,62). Sum of RGB (Red+Green+Blue) = 148+160+62=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #94A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A03E is #6B5FC1. Grayscale: #919191. Windows color (decimal): -7036866 or 4104340. OLE color: 4104340.

HSL color Cylindrical-coordinate representation of color #94A03E: hue angle of 67.35º degrees, saturation: 0.44, 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 #94A03E is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB14816062-
CMYK0.0700.610.37
HSL67.35º44.14%43.53%-
HSV(B)67.35º61.25%62.75%-
XYZ25.6531.799.34-
YUV145.2481.02129.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=40%
G=43.24%
B=16.76%

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
Decimal148160620.0700.610.3767.3544.1443.53
Hex94A03E703D25432c2c
Octal224240767075451035454
Binary100101001010000011111011101111011001011000011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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