#97C5A3

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

Shades of Chinook #97C5A3

Tints of Chinook #97C5A3

Color information

#97C5A3 (or 0x97C5A3) is unknown color: approx Chinook. HEX triplet: 97, C5 and A3. RGB value is (151,197,163). Sum of RGB (Red+Green+Blue) = 151+197+163=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A3 is #683A5C. Grayscale: #B3B3B3. Windows color (decimal): -6830685 or 10732951. OLE color: 10732951.

HSL color Cylindrical-coordinate representation of color #97C5A3: hue angle of 135.65º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5A3 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB151197163-
CMYK0.2300.170.23
HSL135.65º28.4%68.24%-
HSV(B)135.65º23.35%77.25%-
XYZ39.3449.1642.07-
YUV179.37118.76107.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=29.55%
G=38.55%
B=31.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511971630.2300.170.23135.6528.468.24
Hex97C5A31701117881c44
Octal227305243270212721034104
Binary100101111100010110100011101110100011011110001000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,163); }

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

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

 a { background-color: rgb(151,197,163); }

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

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

 span { border-color: rgb(151,197,163); }

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