Html Css Color HEX #94A346 Wasabi

📋 copy color: '#94A346'

red 148 ◦ green 163 ◦ blue 70

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

Shades of Wasabi #94A346

Tints of Wasabi #94A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 38.85%
G = 42.78%
B = 18.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#94A346 (or 0x94A346) is known color: Wasabi. HEX triplet: 94, A3 and 46. RGB value is (148,163,70). Sum of RGB (Red+Green+Blue) = 148+163+70=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #94A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A346 is #6B5CB9. Grayscale: #949494. Windows color (decimal): -7036090 or 4629396. OLE color: 4629396.

HSL color Cylindrical-coordinate representation of color #94A346: hue angle of 69.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94A346 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 70 -
CMYK 0.09 0 0.57 0.36
HSL 69.68º 0.4% 0.46% -
HSV(B) 69.68º 0.57% 0.64% -
XYZ 26.42 32.93 10.76 -
YUV 147.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 148 163 70 0.09 0 0.57 0.36 69.68 0.4 0.46
Hex 94 A3 46 9 0 39 24 46 28 2E
Octal 224 243 106 11 0 71 44 106 50 56
Binary 10010100 10100011 1000110 1001 0 111001 100100 1000110 101000 101110

Color Harmonies of #94A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A346

Black with #94A346

Text Example


Text Example

White with #94A346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,70); }

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

background-color css

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

 a { background-color: rgb(148,163,70); }

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

border-color css

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

 span { border-color: rgb(148,163,70); }

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