Html Css Color HEX #94A643 Wasabi

📋 copy color: '#94A643'

red 148 ◦ green 166 ◦ blue 67

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

Shades of Wasabi #94A643

Tints of Wasabi #94A643

RGB

 RED value IS 148 (58.2% from 255) = 38.85%

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

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 38.85%
G = 43.57%
B = 17.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#94A643 (or 0x94A643) is known color: Wasabi. HEX triplet: 94, A6 and 43. RGB value is (148,166,67). Sum of RGB (Red+Green+Blue) = 148+166+67=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #94A643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A643 is #6B59BC. Grayscale: #959595. Windows color (decimal): -7035325 or 4433556. OLE color: 4433556.

HSL color Cylindrical-coordinate representation of color #94A643: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94A643 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 67 -
CMYK 0.11 0 0.60 0.35
HSL 70.91º 0.42% 0.46% -
HSV(B) 70.91º 0.6% 0.65% -
XYZ 26.86 33.97 10.45 -
YUV 149.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 148 166 67 0.11 0 0.60 0.35 70.91 0.42 0.46
Hex 94 A6 43 B 0 3C 23 47 2A 2E
Octal 224 246 103 13 0 74 43 107 52 56
Binary 10010100 10100110 1000011 1011 0 111100 100011 1000111 101010 101110

Color Harmonies of #94A643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A643

Black with #94A643

Text Example


Text Example

White with #94A643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A643; }

 p { color: rgb(148,166,67); }

 H1.HeaderClassName
 {
   color: #94A643;
 }
 .AnyTagClassName
 {
   color: #94A643;
 }
</style>

background-color css

<style>
 a { background-color: #94A643; }

 a { background-color: rgb(148,166,67); }

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

border-color css

<style>
 span { border-color: #94A643; }

 span { border-color: rgb(148,166,67); }

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