#97A23B

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

Shades of Wasabi #97A23B

Tints of Wasabi #97A23B

Color information

#97A23B (or 0x97A23B) is unknown color: approx Wasabi. HEX triplet: 97, A2 and 3B. RGB value is (151,162,59). Sum of RGB (Red+Green+Blue) = 151+162+59=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #97A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A23B is #685DC4. Grayscale: #939393. Windows color (decimal): -6839749 or 3908247. OLE color: 3908247.

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

Color convert

RGB15116259-
CMYK0.0700.640.36
HSL66.41º46.61%43.33%-
HSV(B)66.41º63.58%63.53%-
XYZ26.4732.749.06-
YUV146.9778.36130.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=40.59%
G=43.55%
B=15.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151162590.0700.640.3666.4146.6143.33
Hex97A23B704024422f2b
Octal2272427370100441025753
Binary1001011110100010111011111010000001001001000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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