#93A540

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

Shades of Wasabi #93A540

Tints of Wasabi #93A540

Color information

#93A540 (or 0x93A540) is unknown color: approx Wasabi. HEX triplet: 93, A5 and 40. RGB value is (147,165,64). Sum of RGB (Red+Green+Blue) = 147+165+64=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #93A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A540 is #6C5ABF. Grayscale: #949494. Windows color (decimal): -7101120 or 4236691. OLE color: 4236691.

HSL color Cylindrical-coordinate representation of color #93A540: hue angle of 70.69º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93A540 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB14716564-
CMYK0.1100.610.35
HSL70.69º44.1%44.9%-
HSV(B)70.69º61.21%64.71%-
XYZ26.4133.489.92-
YUV148.180.54127.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=39.10%
G=43.88%
B=17.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165640.1100.610.3570.6944.144.9
Hex93A540B03D23472c2d
Octal22324510013075431075455
Binary10010011101001011000000101101111011000111000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,64); }

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

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

 a { background-color: rgb(147,165,64); }

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

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

 span { border-color: rgb(147,165,64); }

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