#97A440

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

Shades of Wasabi #97A440

Tints of Wasabi #97A440

Color information

#97A440 (or 0x97A440) is unknown color: approx Wasabi. HEX triplet: 97, A4 and 40. RGB value is (151,164,64). Sum of RGB (Red+Green+Blue) = 151+164+64=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #97A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A440 is #685BBF. Grayscale: #959595. Windows color (decimal): -6839232 or 4236439. OLE color: 4236439.

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

Color convert

RGB15116464-
CMYK0.0800.610.36
HSL67.8º43.86%44.71%-
HSV(B)67.8º60.98%64.31%-
XYZ26.9633.59.9-
YUV148.7180.19129.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=39.84%
G=43.27%
B=16.89%

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
Decimal151164640.0800.610.3667.843.8644.71
Hex97A440803D24442c2d
Octal22724410010075441045455
Binary10010111101001001000000100001111011001001000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,164,64); }

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

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

 a { background-color: rgb(151,164,64); }

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

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

 span { border-color: rgb(151,164,64); }

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