#97C49F

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

Shades of Chinook #97C49F

Tints of Chinook #97C49F

Color information

#97C49F (or 0x97C49F) is unknown color: approx Chinook. HEX triplet: 97, C4 and 9F. RGB value is (151,196,159). Sum of RGB (Red+Green+Blue) = 151+196+159=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #97C49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C49F is #683B60. Grayscale: #B2B2B2. Windows color (decimal): -6830945 or 10470551. OLE color: 10470551.

HSL color Cylindrical-coordinate representation of color #97C49F: hue angle of 130.67º 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 #97C49F is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB151196159-
CMYK0.2300.190.23
HSL130.67º27.61%68.04%-
HSV(B)130.67º22.96%76.86%-
XYZ38.7648.5640.13-
YUV178.33117.09108.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=29.84%
G=38.74%
B=31.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511961590.2300.190.23130.6727.6168.04
Hex97C49F1701317831c44
Octal227304237270232720334104
Binary100101111100010010011111101110100111011110000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,159); }

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

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

 a { background-color: rgb(151,196,159); }

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

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

 span { border-color: rgb(151,196,159); }

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