#97CCA0

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

Shades of Chinook #97CCA0

Tints of Chinook #97CCA0

Color information

#97CCA0 (or 0x97CCA0) is unknown color: approx Chinook. HEX triplet: 97, CC and A0. RGB value is (151,204,160). Sum of RGB (Red+Green+Blue) = 151+204+160=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CCA0 is #68335F. Grayscale: #B7B7B7. Windows color (decimal): -6828896 or 10538135. OLE color: 10538135.

HSL color Cylindrical-coordinate representation of color #97CCA0: hue angle of 130.19º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCA0 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB151204160-
CMYK0.2600.220.2
HSL130.19º34.19%69.61%-
HSV(B)130.19º25.98%80%-
XYZ40.752.341.21-
YUV183.14114.94105.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=29.32%
G=39.61%
B=31.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041600.2600.220.2130.1934.1969.61
Hex97CCA01A01614822246
Octal227314240320262420242106
Binary1001011111001100101000001101001011010100100000101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,160); }

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

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

 a { background-color: rgb(151,204,160); }

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

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

 span { border-color: rgb(151,204,160); }

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