#959E3B

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

Shades of Wasabi #959E3B

Tints of Wasabi #959E3B

Color information

#959E3B (or 0x959E3B) is unknown color: approx Wasabi. HEX triplet: 95, 9E and 3B. RGB value is (149,158,59). Sum of RGB (Red+Green+Blue) = 149+158+59=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #959E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E3B is #6A61C4. Grayscale: #909090. Windows color (decimal): -6971845 or 3907221. OLE color: 3907221.

HSL color Cylindrical-coordinate representation of color #959E3B: hue angle of 65.45º 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 #959E3B is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB14915859-
CMYK0.0600.630.38
HSL65.45º45.62%42.55%-
HSV(B)65.45º62.66%61.96%-
XYZ25.4131.168.81-
YUV144.0280.02131.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=40.71%
G=43.17%
B=16.12%

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
Decimal149158590.0600.630.3865.4545.6242.55
Hex959E3B603F26412e2b
Octal225236736077461015653
Binary100101011001111011101111001111111001101000001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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