#93a144

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

Shades of Wasabi #93A144

Tints of Wasabi #93A144

Color information

#93A144 (or 0x93A144) is unknown color: approx Wasabi. HEX triplet: 93, A1 and 44. RGB value is (147,161,68). Sum of RGB (Red+Green+Blue) = 147+161+68=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #93A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A144 is #6C5EBB. Grayscale: #929292. Windows color (decimal): -7102140 or 4497811. OLE color: 4497811.

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

Color convert

RGB14716168-
CMYK0.0900.580.37
HSL69.03º40.61%44.9%-
HSV(B)69.03º57.76%63.14%-
XYZ25.8232.1110.31-
YUV146.2183.86128.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 68 (26.95% from 255) = 18.09%
R=39.10%
G=42.82%
B=18.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161680.0900.580.3769.0340.6144.9
Hex93A144903A2545292d
Octal22324110411072451055155
Binary10010011101000011000100100101110101001011000101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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