#97D49E

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

Shades of Chinook #97D49E

Tints of Chinook #97D49E

Color information

#97D49E (or 0x97D49E) is unknown color: approx Chinook. HEX triplet: 97, D4 and 9E. RGB value is (151,212,158). Sum of RGB (Red+Green+Blue) = 151+212+158=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #97D49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D49E is #682B61. Grayscale: #BBBBBB. Windows color (decimal): -6826850 or 10409111. OLE color: 10409111.

HSL color Cylindrical-coordinate representation of color #97D49E: hue angle of 126.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D49E is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB151212158-
CMYK0.2900.250.17
HSL126.89º41.5%71.18%-
HSV(B)126.89º28.77%83.14%-
XYZ42.4856.1340.94-
YUV187.6111.29101.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=28.98%
G=40.69%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121580.2900.250.17126.8941.571.18
Hex97D49E1D019117f2947
Octal227324236350312117751107
Binary100101111101010010011110111010110011000111111111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,212,158); }

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

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

 a { background-color: rgb(151,212,158); }

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

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

 span { border-color: rgb(151,212,158); }

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