#97C8A2

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

Shades of Chinook #97C8A2

Tints of Chinook #97C8A2

Color information

#97C8A2 (or 0x97C8A2) is unknown color: approx Chinook. HEX triplet: 97, C8 and A2. RGB value is (151,200,162). Sum of RGB (Red+Green+Blue) = 151+200+162=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #97C8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C8A2 is #68375D. Grayscale: #B5B5B5. Windows color (decimal): -6829918 or 10668183. OLE color: 10668183.

HSL color Cylindrical-coordinate representation of color #97C8A2: hue angle of 133.47º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C8A2 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB151200162-
CMYK0.2400.190.22
HSL133.47º30.82%68.82%-
HSV(B)133.47º24.5%78.43%-
XYZ39.9450.541.82-
YUV181.02117.27106.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=29.43%
G=38.99%
B=31.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1512001620.2400.190.22133.4730.8268.82
Hex97C8A21801316851f45
Octal227310242300232620537105
Binary100101111100100010100010110000100111011010000101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,200,162); }

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

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

 a { background-color: rgb(151,200,162); }

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

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

 span { border-color: rgb(151,200,162); }

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