#97DC9C

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

Shades of Chinook #97DC9C

Tints of Chinook #97DC9C

Color information

#97DC9C (or 0x97DC9C) is unknown color: approx Chinook. HEX triplet: 97, DC and 9C. RGB value is (151,220,156). Sum of RGB (Red+Green+Blue) = 151+220+156=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DC9C is #682363. Grayscale: #C0C0C0. Windows color (decimal): -6824804 or 10280087. OLE color: 10280087.

HSL color Cylindrical-coordinate representation of color #97DC9C: hue angle of 124.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DC9C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB151220156-
CMYK0.3100.290.14
HSL124.35º49.64%72.75%-
HSV(B)124.35º31.36%86.27%-
XYZ44.3660.1740.73-
YUV192.07107.6498.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=28.65%
G=41.75%
B=29.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201560.3100.290.14124.3549.6472.75
Hex97DC9C1F01DE7c3249
Octal227334234370351617462111
Binary10010111110111001001110011111011101111011111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,156); }

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

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

 a { background-color: rgb(151,220,156); }

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

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

 span { border-color: rgb(151,220,156); }

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