#96A245

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

Shades of Wasabi #96A245

Tints of Wasabi #96A245

Color information

#96A245 (or 0x96A245) is unknown color: approx Wasabi. HEX triplet: 96, A2 and 45. RGB value is (150,162,69). Sum of RGB (Red+Green+Blue) = 150+162+69=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #96A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A245 is #695DBA. Grayscale: #949494. Windows color (decimal): -6905275 or 4563606. OLE color: 4563606.

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

Color convert

RGB15016269-
CMYK0.0700.570.36
HSL67.74º40.26%45.29%-
HSV(B)67.74º57.41%63.53%-
XYZ26.5732.7510.55-
YUV147.8183.52129.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=39.37%
G=42.52%
B=18.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162690.0700.570.3667.7440.2645.29
Hex96A24570392444282d
Octal2262421057071441045055
Binary1001011010100010100010111101110011001001000100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,69); }

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

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

 a { background-color: rgb(150,162,69); }

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

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

 span { border-color: rgb(150,162,69); }

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