Html Css Color HEX #97A43D Wasabi

📋 copy color: '#97A43D'

red 151 ◦ green 164 ◦ blue 61

#97A43D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #97A43D

Tints of Wasabi #97A43D

RGB

 RED value IS 151 (59.38% from 255) = 40.16%

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 40.16%
G = 43.62%
B = 16.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#97A43D (or 0x97A43D) is known color: Wasabi. HEX triplet: 97, A4 and 3D. RGB value is (151,164,61). Sum of RGB (Red+Green+Blue) = 151+164+61=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #97A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A43D is #685BC2. Grayscale: #949494. Windows color (decimal): -6839235 or 4039831. OLE color: 4039831.

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

Color convert

RGB 151 164 61 -
CMYK 0.08 0 0.63 0.36
HSL 67.57º 0.46% 0.44% -
HSV(B) 67.57º 0.63% 0.64% -
XYZ 26.88 33.47 9.46 -
YUV 148.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 151 164 61 0.08 0 0.63 0.36 67.57 0.46 0.44
Hex 97 A4 3D 8 0 3F 24 44 2E 2C
Octal 227 244 75 10 0 77 44 104 56 54
Binary 10010111 10100100 111101 1000 0 111111 100100 1000100 101110 101100

Color Harmonies of #97A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A43D

Black with #97A43D

Text Example


Text Example

White with #97A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97A43D;
 }
 .AnyTagClassName
 {
   color: #97A43D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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