#97A53F

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

Shades of Wasabi #97A53F

Tints of Wasabi #97A53F

Color information

#97A53F (or 0x97A53F) is unknown color: approx Wasabi. HEX triplet: 97, A5 and 3F. RGB value is (151,165,63). Sum of RGB (Red+Green+Blue) = 151+165+63=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #97A53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A53F is #685AC0. Grayscale: #959595. Windows color (decimal): -6838977 or 4171159. OLE color: 4171159.

HSL color Cylindrical-coordinate representation of color #97A53F: hue angle of 68.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97A53F is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15116563-
CMYK0.0800.620.35
HSL68.24º44.74%44.71%-
HSV(B)68.24º61.82%64.71%-
XYZ27.1133.859.81-
YUV149.1979.36129.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 63 (25% from 255) = 16.62%
R=39.84%
G=43.54%
B=16.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165630.0800.620.3568.2444.7444.71
Hex97A53F803E23442d2d
Octal2272457710076431045555
Binary1001011110100101111111100001111101000111000100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,63); }

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

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

 a { background-color: rgb(151,165,63); }

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

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

 span { border-color: rgb(151,165,63); }

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