#97CB9C

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

Shades of Chinook #97CB9C

Tints of Chinook #97CB9C

Color information

#97CB9C (or 0x97CB9C) is unknown color: approx Chinook. HEX triplet: 97, CB and 9C. RGB value is (151,203,156). Sum of RGB (Red+Green+Blue) = 151+203+156=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CB9C is #683463. Grayscale: #B6B6B6. Windows color (decimal): -6829156 or 10275735. OLE color: 10275735.

HSL color Cylindrical-coordinate representation of color #97CB9C: hue angle of 125.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CB9C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB151203156-
CMYK0.2600.230.20
HSL125.77º33.33%69.41%-
HSV(B)125.77º25.62%79.61%-
XYZ40.1251.6939.32-
YUV182.09113.27105.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=29.61%
G=39.80%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512031560.2600.230.20125.7733.3369.41
Hex97CB9C1A017147e2145
Octal227313234320272417641105
Binary100101111100101110011100110100101111010011111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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