#96A23D

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

Shades of Wasabi #96A23D

Tints of Wasabi #96A23D

Color information

#96A23D (or 0x96A23D) is unknown color: approx Wasabi. HEX triplet: 96, A2 and 3D. RGB value is (150,162,61). Sum of RGB (Red+Green+Blue) = 150+162+61=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #96A23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A23D is #695DC2. Grayscale: #939393. Windows color (decimal): -6905283 or 4039318. OLE color: 4039318.

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

Color convert

RGB15016261-
CMYK0.0700.620.36
HSL67.13º45.29%43.73%-
HSV(B)67.13º62.35%63.53%-
XYZ26.3432.669.33-
YUV146.979.52130.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=40.21%
G=43.43%
B=16.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162610.0700.620.3667.1345.2943.73
Hex96A23D703E24432d2c
Octal226242757076441035554
Binary100101101010001011110111101111101001001000011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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