Html Css Color HEX #949E40 Wasabi

📋 copy color: '#949E40'

red 148 ◦ green 158 ◦ blue 64

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

Shades of Wasabi #949E40

Tints of Wasabi #949E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.7%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 40%
G = 42.7%
B = 17.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#949E40 (or 0x949E40) is known color: Wasabi. HEX triplet: 94, 9E and 40. RGB value is (148,158,64). Sum of RGB (Red+Green+Blue) = 148+158+64=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #949E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E40 is #6B61BF. Grayscale: #909090. Windows color (decimal): -7037376 or 4234900. OLE color: 4234900.

HSL color Cylindrical-coordinate representation of color #949E40: hue angle of 66.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #949E40 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 64 -
CMYK 0.06 0 0.59 0.38
HSL 66.38º 0.42% 0.44% -
HSV(B) 66.38º 0.59% 0.62% -
XYZ 25.37 31.12 9.52 -
YUV 144.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 148 158 64 0.06 0 0.59 0.38 66.38 0.42 0.44
Hex 94 9E 40 6 0 3B 26 42 2A 2C
Octal 224 236 100 6 0 73 46 102 52 54
Binary 10010100 10011110 1000000 110 0 111011 100110 1000010 101010 101100

Color Harmonies of #949E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E40

Black with #949E40

Text Example


Text Example

White with #949E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E40; }

 p { color: rgb(148,158,64); }

 H1.HeaderClassName
 {
   color: #949E40;
 }
 .AnyTagClassName
 {
   color: #949E40;
 }
</style>

background-color css

<style>
 a { background-color: #949E40; }

 a { background-color: rgb(148,158,64); }

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

border-color css

<style>
 span { border-color: #949E40; }

 span { border-color: rgb(148,158,64); }

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