#94A43E

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

Shades of Wasabi #94A43E

Tints of Wasabi #94A43E

Color information

#94A43E (or 0x94A43E) is unknown color: approx Wasabi. HEX triplet: 94, A4 and 3E. RGB value is (148,164,62). Sum of RGB (Red+Green+Blue) = 148+164+62=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #94A43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A43E is #6B5BC1. Grayscale: #939393. Windows color (decimal): -7035842 or 4105364. OLE color: 4105364.

HSL color Cylindrical-coordinate representation of color #94A43E: hue angle of 69.41º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94A43E is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB14816462-
CMYK0.1000.620.36
HSL69.41º45.13%44.31%-
HSV(B)69.41º62.2%64.31%-
XYZ26.3633.199.58-
YUV147.5979.7128.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=39.57%
G=43.85%
B=16.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148164620.1000.620.3669.4145.1344.31
Hex94A43EA03E24452d2c
Octal2242447612076441055554
Binary1001010010100100111110101001111101001001000101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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