#93A13D

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

Shades of Wasabi #93A13D

Tints of Wasabi #93A13D

Color information

#93A13D (or 0x93A13D) is unknown color: approx Wasabi. HEX triplet: 93, A1 and 3D. RGB value is (147,161,61). Sum of RGB (Red+Green+Blue) = 147+161+61=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #93A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A13D is #6C5EC2. Grayscale: #919191. Windows color (decimal): -7102147 or 4039059. OLE color: 4039059.

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

Color convert

RGB14716161-
CMYK0.0900.620.37
HSL68.4º45.05%43.53%-
HSV(B)68.4º62.11%63.14%-
XYZ25.6232.039.25-
YUV145.4180.36129.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=39.84%
G=43.63%
B=16.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161610.0900.620.3768.445.0543.53
Hex93A13D903E25442d2c
Octal2232417511076451045554
Binary1001001110100001111101100101111101001011000100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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