#93A744

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

Shades of Wasabi #93A744

Tints of Wasabi #93A744

Color information

#93A744 (or 0x93A744) is unknown color: approx Wasabi. HEX triplet: 93, A7 and 44. RGB value is (147,167,68). Sum of RGB (Red+Green+Blue) = 147+167+68=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #93A744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A744 is #6C58BB. Grayscale: #969696. Windows color (decimal): -7100604 or 4499347. OLE color: 4499347.

HSL color Cylindrical-coordinate representation of color #93A744: hue angle of 72.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93A744 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB14716768-
CMYK0.1200.590.35
HSL72.12º42.13%46.08%-
HSV(B)72.12º59.28%65.49%-
XYZ26.8934.2610.66-
YUV149.7381.87126.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=38.48%
G=43.72%
B=17.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147167680.1200.590.3572.1242.1346.08
Hex93A744C03B23482a2e
Octal22324710414073431105256
Binary10010011101001111000100110001110111000111001000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A744; }

 p { color: rgb(147,167,68); }

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

<style>
 a { background-color: #93A744; }

 a { background-color: rgb(147,167,68); }

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

<style>
 span { border-color: #93A744; }

 span { border-color: rgb(147,167,68); }

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