#96A03F

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

Shades of Wasabi #96A03F

Tints of Wasabi #96A03F

Color information

#96A03F (or 0x96A03F) is unknown color: approx Wasabi. HEX triplet: 96, A0 and 3F. RGB value is (150,160,63). Sum of RGB (Red+Green+Blue) = 150+160+63=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #96A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A03F is #695FC0. Grayscale: #929292. Windows color (decimal): -6905793 or 4169878. OLE color: 4169878.

HSL color Cylindrical-coordinate representation of color #96A03F: hue angle of 66.19º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96A03F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB15016063-
CMYK0.0600.610.37
HSL66.19º43.5%43.73%-
HSV(B)66.19º60.62%62.75%-
XYZ26.0531.989.5-
YUV145.9581.19130.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 63 (25% from 255) = 16.89%
R=40.21%
G=42.90%
B=16.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150160630.0600.610.3766.1943.543.73
Hex96A03F603D25422b2c
Octal226240776075451025354
Binary100101101010000011111111001111011001011000010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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