#96A43D

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

Shades of Wasabi #96A43D

Tints of Wasabi #96A43D

Color information

#96A43D (or 0x96A43D) is unknown color: approx Wasabi. HEX triplet: 96, A4 and 3D. RGB value is (150,164,61). Sum of RGB (Red+Green+Blue) = 150+164+61=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #96A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A43D is #695BC2. Grayscale: #949494. Windows color (decimal): -6904771 or 4039830. OLE color: 4039830.

HSL color Cylindrical-coordinate representation of color #96A43D: hue angle of 68.16º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96A43D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB15016461-
CMYK0.0900.630.36
HSL68.16º45.78%44.12%-
HSV(B)68.16º62.8%64.31%-
XYZ26.733.379.45-
YUV148.0778.86129.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=40%
G=43.73%
B=16.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164610.0900.630.3668.1645.7844.12
Hex96A43D903F24442e2c
Octal2262447511077441045654
Binary1001011010100100111101100101111111001001000100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,61); }

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

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

 a { background-color: rgb(150,164,61); }

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

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

 span { border-color: rgb(150,164,61); }

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