#93A43D

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

Shades of Wasabi #93A43D

Tints of Wasabi #93A43D

Color information

#93A43D (or 0x93A43D) is unknown color: approx Wasabi. HEX triplet: 93, A4 and 3D. RGB value is (147,164,61). Sum of RGB (Red+Green+Blue) = 147+164+61=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #93A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A43D is #6C5BC2. Grayscale: #939393. Windows color (decimal): -7101379 or 4039827. OLE color: 4039827.

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

Color convert

RGB14716461-
CMYK0.1000.630.36
HSL69.9º45.78%44.12%-
HSV(B)69.9º62.8%64.31%-
XYZ26.1533.099.42-
YUV147.1879.37127.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=39.52%
G=44.09%
B=16.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147164610.1000.630.3669.945.7844.12
Hex93A43DA03F24462e2c
Octal2232447512077441065654
Binary1001001110100100111101101001111111001001000110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,61); }

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

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

 a { background-color: rgb(147,164,61); }

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

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

 span { border-color: rgb(147,164,61); }

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