#96A33F

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

Shades of Wasabi #96A33F

Tints of Wasabi #96A33F

Color information

#96A33F (or 0x96A33F) is unknown color: approx Wasabi. HEX triplet: 96, A3 and 3F. RGB value is (150,163,63). Sum of RGB (Red+Green+Blue) = 150+163+63=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #96A33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A33F is #695CC0. Grayscale: #949494. Windows color (decimal): -6905025 or 4170646. OLE color: 4170646.

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

Color convert

RGB15016363-
CMYK0.0800.610.36
HSL67.8º44.25%44.31%-
HSV(B)67.8º61.35%63.92%-
XYZ26.5733.049.68-
YUV147.7180.19129.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 63 (25% from 255) = 16.76%
R=39.89%
G=43.35%
B=16.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163630.0800.610.3667.844.2544.31
Hex96A33F803D24442c2c
Octal2262437710075441045454
Binary1001011010100011111111100001111011001001000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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