#96A33A

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

Shades of Wasabi #96A33A

Tints of Wasabi #96A33A

Color information

#96A33A (or 0x96A33A) is unknown color: approx Wasabi. HEX triplet: 96, A3 and 3A. RGB value is (150,163,58). Sum of RGB (Red+Green+Blue) = 150+163+58=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #96A33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A33A is #695CC5. Grayscale: #939393. Windows color (decimal): -6905030 or 3842966. OLE color: 3842966.

HSL color Cylindrical-coordinate representation of color #96A33A: hue angle of 67.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96A33A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB15016358-
CMYK0.0800.640.36
HSL67.43º47.51%43.33%-
HSV(B)67.43º64.42%63.92%-
XYZ26.4432.988.98-
YUV147.1477.69130.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=40.43%
G=43.94%
B=15.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163580.0800.640.3667.4347.5143.33
Hex96A33A80402443302b
Octal22624372100100441036053
Binary10010110101000111110101000010000001001001000011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,163,58); }

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

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

 a { background-color: rgb(150,163,58); }

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

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

 span { border-color: rgb(150,163,58); }

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