Html Css Color HEX #94A43F Wasabi

📋 copy color: '#94A43F'

red 148 ◦ green 164 ◦ blue 63

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

Shades of Wasabi #94A43F

Tints of Wasabi #94A43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.8%

R = 39.47%
G = 43.73%
B = 16.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#94A43F (or 0x94A43F) is known color: Wasabi. HEX triplet: 94, A4 and 3F. RGB value is (148,164,63). Sum of RGB (Red+Green+Blue) = 148+164+63=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #94A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A43F is #6B5BC0. Grayscale: #949494. Windows color (decimal): -7035841 or 4170900. OLE color: 4170900.

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

Color convert

RGB 148 164 63 -
CMYK 0.10 0 0.62 0.36
HSL 69.5º 0.44% 0.45% -
HSV(B) 69.5º 0.62% 0.64% -
XYZ 26.39 33.21 9.72 -
YUV 147.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 148 164 63 0.10 0 0.62 0.36 69.5 0.44 0.45
Hex 94 A4 3F A 0 3E 24 46 2C 2D
Octal 224 244 77 12 0 76 44 106 54 55
Binary 10010100 10100100 111111 1010 0 111110 100100 1000110 101100 101101

Color Harmonies of #94A43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A43F

Black with #94A43F

Text Example


Text Example

White with #94A43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,63); }

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

background-color css

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

 a { background-color: rgb(148,164,63); }

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

border-color css

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

 span { border-color: rgb(148,164,63); }

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