Html Css Color HEX #97A490 Mantle

📋 copy color: '#97A490'

red 151 ◦ green 164 ◦ blue 144

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

Shades of Mantle #97A490

Tints of Mantle #97A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 32.9%
G = 35.73%
B = 31.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#97A490 (or 0x97A490) is known color: Mantle. HEX triplet: 97, A4 and 90. RGB value is (151,164,144). Sum of RGB (Red+Green+Blue) = 151+164+144=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #97A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A490 is #685B6F. Grayscale: #9D9D9D. Windows color (decimal): -6839152 or 9479319. OLE color: 9479319.

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

Color convert

RGB 151 164 144 -
CMYK 0.08 0 0.12 0.36
HSL 99º 0.1% 0.6% -
HSV(B) 99º 0.12% 0.64% -
XYZ 31.07 35.14 31.53 -
YUV 157.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 151 164 144 0.08 0 0.12 0.36 99 0.1 0.6
Hex 97 A4 90 8 0 C 24 63 A 3C
Octal 227 244 220 10 0 14 44 143 12 74
Binary 10010111 10100100 10010000 1000 0 1100 100100 1100011 1010 111100

Color Harmonies of #97A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A490

Black with #97A490

Text Example


Text Example

White with #97A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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