#9DC1A7

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

Shades of Chinook #9DC1A7

Tints of Chinook #9DC1A7

Color information

#9DC1A7 (or 0x9DC1A7) is unknown color: approx Chinook. HEX triplet: 9D, C1 and A7. RGB value is (157,193,167). Sum of RGB (Red+Green+Blue) = 157+193+167=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1A7 is #623E58. Grayscale: #B3B3B3. Windows color (decimal): -6438489 or 10994077. OLE color: 10994077.

HSL color Cylindrical-coordinate representation of color #9DC1A7: hue angle of 136.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC1A7 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB157193167-
CMYK0.1900.130.24
HSL136.67º22.5%68.63%-
HSV(B)136.67º18.65%75.69%-
XYZ39.9548.143.74-
YUV179.27121.07112.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=30.37%
G=37.33%
B=32.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931670.1900.130.24136.6722.568.63
Hex9DC1A7130D18891645
Octal235301247230153021126105
Binary10011101110000011010011110011011011100010001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC1A7; }

 p { color: rgb(157,193,167); }

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

<style>
 a { background-color: #9DC1A7; }

 a { background-color: rgb(157,193,167); }

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

<style>
 span { border-color: #9DC1A7; }

 span { border-color: rgb(157,193,167); }

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