#97A239

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

Shades of Wasabi #97A239

Tints of Wasabi #97A239

Color information

#97A239 (or 0x97A239) is unknown color: approx Wasabi. HEX triplet: 97, A2 and 39. RGB value is (151,162,57). Sum of RGB (Red+Green+Blue) = 151+162+57=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #97A239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A239 is #685DC6. Grayscale: #939393. Windows color (decimal): -6839751 or 3777175. OLE color: 3777175.

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

Color convert

RGB15116257-
CMYK0.0700.650.36
HSL66.29º47.95%42.94%-
HSV(B)66.29º64.81%63.53%-
XYZ26.4232.728.79-
YUV146.7477.36131.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=40.81%
G=43.78%
B=15.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151162570.0700.650.3666.2947.9542.94
Hex97A23970412442302b
Octal2272427170101441026053
Binary1001011110100010111001111010000011001001000010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A239; }

 p { color: rgb(151,162,57); }

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

<style>
 a { background-color: #97A239; }

 a { background-color: rgb(151,162,57); }

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

<style>
 span { border-color: #97A239; }

 span { border-color: rgb(151,162,57); }

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