Html Css Color HEX #94A642 Wasabi

📋 copy color: '#94A642'

red 148 ◦ green 166 ◦ blue 66

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

Shades of Wasabi #94A642

Tints of Wasabi #94A642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 38.95%
G = 43.68%
B = 17.37%

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

#94A642 (or 0x94A642) is known color: Wasabi. HEX triplet: 94, A6 and 42. RGB value is (148,166,66). Sum of RGB (Red+Green+Blue) = 148+166+66=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #94A642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A642 is #6B59BD. Grayscale: #959595. Windows color (decimal): -7035326 or 4368020. OLE color: 4368020.

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

Color convert

RGB 148 166 66 -
CMYK 0.11 0 0.60 0.35
HSL 70.8º 0.43% 0.45% -
HSV(B) 70.8º 0.6% 0.65% -
XYZ 26.83 33.96 10.3 -
YUV 149.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 148 166 66 0.11 0 0.60 0.35 70.8 0.43 0.45
Hex 94 A6 42 B 0 3C 23 47 2B 2D
Octal 224 246 102 13 0 74 43 107 53 55
Binary 10010100 10100110 1000010 1011 0 111100 100011 1000111 101011 101101

Color Harmonies of #94A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A642

Black with #94A642

Text Example


Text Example

White with #94A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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