#94A43A

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

Shades of Wasabi #94A43A

Tints of Wasabi #94A43A

Color information

#94A43A (or 0x94A43A) is unknown color: approx Wasabi. HEX triplet: 94, A4 and 3A. RGB value is (148,164,58). Sum of RGB (Red+Green+Blue) = 148+164+58=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #94A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A43A is #6B5BC5. Grayscale: #939393. Windows color (decimal): -7035846 or 3843220. OLE color: 3843220.

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

Color convert

RGB14816458-
CMYK0.1000.650.36
HSL69.06º47.75%43.53%-
HSV(B)69.06º64.63%64.31%-
XYZ26.2533.159.02-
YUV147.1377.7128.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=40%
G=44.32%
B=15.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148164580.1000.650.3669.0647.7543.53
Hex94A43AA0412445302c
Octal22424472120101441056054
Binary10010100101001001110101010010000011001001000101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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