#96A146

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

Shades of Wasabi #96A146

Tints of Wasabi #96A146

Color information

#96A146 (or 0x96A146) is unknown color: approx Wasabi. HEX triplet: 96, A1 and 46. RGB value is (150,161,70). Sum of RGB (Red+Green+Blue) = 150+161+70=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #96A146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A146 is #695EB9. Grayscale: #939393. Windows color (decimal): -6905530 or 4628886. OLE color: 4628886.

HSL color Cylindrical-coordinate representation of color #96A146: hue angle of 67.25º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96A146 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB15016170-
CMYK0.0700.570.37
HSL67.25º39.39%45.29%-
HSV(B)67.25º56.52%63.14%-
XYZ26.4332.4210.66-
YUV147.3484.36129.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=39.37%
G=42.26%
B=18.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150161700.0700.570.3767.2539.3945.29
Hex96A14670392543272d
Octal2262411067071451034755
Binary1001011010100001100011011101110011001011000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A146; }

 p { color: rgb(150,161,70); }

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

<style>
 a { background-color: #96A146; }

 a { background-color: rgb(150,161,70); }

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

<style>
 span { border-color: #96A146; }

 span { border-color: rgb(150,161,70); }

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