Html Css Color HEX #93A641 Wasabi

📋 copy color: '#93A641'

red 147 ◦ green 166 ◦ blue 65

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

Shades of Wasabi #93A641

Tints of Wasabi #93A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 38.89%
G = 43.92%
B = 17.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#93A641 (or 0x93A641) is known color: Wasabi. HEX triplet: 93, A6 and 41. RGB value is (147,166,65). Sum of RGB (Red+Green+Blue) = 147+166+65=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #93A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A641 is #6C59BE. Grayscale: #959595. Windows color (decimal): -7100863 or 4302483. OLE color: 4302483.

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

Color convert

RGB 147 166 65 -
CMYK 0.11 0 0.61 0.35
HSL 71.29º 0.44% 0.45% -
HSV(B) 71.29º 0.61% 0.65% -
XYZ 26.62 33.86 10.13 -
YUV 148.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 147 166 65 0.11 0 0.61 0.35 71.29 0.44 0.45
Hex 93 A6 41 B 0 3D 23 47 2C 2D
Octal 223 246 101 13 0 75 43 107 54 55
Binary 10010011 10100110 1000001 1011 0 111101 100011 1000111 101100 101101

Color Harmonies of #93A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A641

Black with #93A641

Text Example


Text Example

White with #93A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,166,65); }

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

background-color css

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

 a { background-color: rgb(147,166,65); }

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

border-color css

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

 span { border-color: rgb(147,166,65); }

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