#93A545

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

Shades of Wasabi #93A545

Tints of Wasabi #93A545

Color information

#93A545 (or 0x93A545) is unknown color: approx Wasabi. HEX triplet: 93, A5 and 45. RGB value is (147,165,69). Sum of RGB (Red+Green+Blue) = 147+165+69=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #93A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A545 is #6C5ABA. Grayscale: #959595. Windows color (decimal): -7101115 or 4564371. OLE color: 4564371.

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

Color convert

RGB14716569-
CMYK0.1100.580.35
HSL71.25º41.03%45.88%-
HSV(B)71.25º58.18%64.71%-
XYZ26.5633.5410.7-
YUV148.6783.04126.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=38.58%
G=43.31%
B=18.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165690.1100.580.3571.2541.0345.88
Hex93A545B03A2347292e
Octal22324510513072431075156
Binary10010011101001011000101101101110101000111000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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