#949E3B

Color #949E3B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #949E3B

Tints of Wasabi #949E3B

Color information

#949E3B (or 0x949E3B) is unknown color: approx Wasabi. HEX triplet: 94, 9E and 3B. RGB value is (148,158,59). Sum of RGB (Red+Green+Blue) = 148+158+59=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #949E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E3B is #6B61C4. Grayscale: #909090. Windows color (decimal): -7037381 or 3907220. OLE color: 3907220.

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

Color convert

RGB14815859-
CMYK0.0600.630.38
HSL66.06º45.62%42.55%-
HSV(B)66.06º62.66%61.96%-
XYZ25.2331.078.8-
YUV143.7280.19131.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=40.55%
G=43.29%
B=16.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148158590.0600.630.3866.0645.6242.55
Hex949E3B603F26422e2b
Octal224236736077461025653
Binary100101001001111011101111001111111001101000010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #949E3B;
 }
 .AnyTagClassName
 {
   color: #949E3B;
 }
</style>
background-color css

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

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

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

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

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

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