#94A443

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

Shades of Wasabi #94A443

Tints of Wasabi #94A443

Color information

#94A443 (or 0x94A443) is unknown color: approx Wasabi. HEX triplet: 94, A4 and 43. RGB value is (148,164,67). Sum of RGB (Red+Green+Blue) = 148+164+67=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #94A443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A443 is #6B5BBC. Grayscale: #949494. Windows color (decimal): -7035837 or 4433044. OLE color: 4433044.

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

Color convert

RGB14816467-
CMYK0.1000.590.36
HSL69.9º41.99%45.29%-
HSV(B)69.9º59.15%64.31%-
XYZ26.533.2510.33-
YUV148.1682.2127.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=39.05%
G=43.27%
B=17.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148164670.1000.590.3669.941.9945.29
Hex94A443A03B24462a2d
Octal22424410312073441065255
Binary10010100101001001000011101001110111001001000110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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