Html Css Color HEX #97C3A0 Chinook

📋 copy color: '#97C3A0'

red 151 ◦ green 195 ◦ blue 160

#97C3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #97C3A0

Tints of Chinook #97C3A0

RGB

 RED value IS 151 (59.38% from 255) = 29.84%

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 29.84%
G = 38.54%
B = 31.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#97C3A0 (or 0x97C3A0) is known color: Chinook. HEX triplet: 97, C3 and A0. RGB value is (151,195,160). Sum of RGB (Red+Green+Blue) = 151+195+160=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C3A0 is #683C5F. Grayscale: #B1B1B1. Windows color (decimal): -6831200 or 10535831. OLE color: 10535831.

HSL color Cylindrical-coordinate representation of color #97C3A0: hue angle of 132.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C3A0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 195 160 -
CMYK 0.23 0 0.18 0.24
HSL 132.27º 0.27% 0.68% -
HSV(B) 132.27º 0.23% 0.76% -
XYZ 38.62 48.15 40.52 -
YUV 177.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 151 195 160 0.23 0 0.18 0.24 132.27 0.27 0.68
Hex 97 C3 A0 17 0 12 18 84 1B 44
Octal 227 303 240 27 0 22 30 204 33 104
Binary 10010111 11000011 10100000 10111 0 10010 11000 10000100 11011 1000100

Color Harmonies of #97C3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C3A0

Black with #97C3A0

Text Example


Text Example

White with #97C3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97C3A0;
 }
 .AnyTagClassName
 {
   color: #97C3A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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