Html Css Color HEX #93A440 Wasabi

📋 copy color: '#93A440'

red 147 ◦ green 164 ◦ blue 64

#93A440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #93A440

Tints of Wasabi #93A440

RGB

 RED value IS 147 (57.81% from 255) = 39.2%

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 39.2%
G = 43.73%
B = 17.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#93A440 (or 0x93A440) is known color: Wasabi. HEX triplet: 93, A4 and 40. RGB value is (147,164,64). Sum of RGB (Red+Green+Blue) = 147+164+64=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #93A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A440 is #6C5BBF. Grayscale: #939393. Windows color (decimal): -7101376 or 4236435. OLE color: 4236435.

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

Color convert

RGB 147 164 64 -
CMYK 0.10 0 0.61 0.36
HSL 70.2º 0.44% 0.45% -
HSV(B) 70.2º 0.61% 0.64% -
XYZ 26.23 33.12 9.86 -
YUV 147.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 147 164 64 0.10 0 0.61 0.36 70.2 0.44 0.45
Hex 93 A4 40 A 0 3D 24 46 2C 2D
Octal 223 244 100 12 0 75 44 106 54 55
Binary 10010011 10100100 1000000 1010 0 111101 100100 1000110 101100 101101

Color Harmonies of #93A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A440

Black with #93A440

Text Example


Text Example

White with #93A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A440;
 }
 .AnyTagClassName
 {
   color: #93A440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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