#93A148

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

Shades of Wasabi #93A148

Tints of Wasabi #93A148

Color information

#93A148 (or 0x93A148) is unknown color: approx Wasabi. HEX triplet: 93, A1 and 48. RGB value is (147,161,72). Sum of RGB (Red+Green+Blue) = 147+161+72=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #93A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A148 is #6C5EB7. Grayscale: #939393. Windows color (decimal): -7102136 or 4759955. OLE color: 4759955.

HSL color Cylindrical-coordinate representation of color #93A148: hue angle of 69.44º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93A148 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB14716172-
CMYK0.0900.550.37
HSL69.44º38.2%45.69%-
HSV(B)69.44º55.28%63.14%-
XYZ25.9532.1610.97-
YUV146.6785.86128.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=38.68%
G=42.37%
B=18.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161720.0900.550.3769.4438.245.69
Hex93A14890372545262e
Octal22324111011067451054656
Binary10010011101000011001000100101101111001011000101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,161,72); }

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

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

 a { background-color: rgb(147,161,72); }

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

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

 span { border-color: rgb(147,161,72); }

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