#9DC1A1

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

Shades of Chinook #9DC1A1

Tints of Chinook #9DC1A1

Color information

#9DC1A1 (or 0x9DC1A1) is unknown color: approx Chinook. HEX triplet: 9D, C1 and A1. RGB value is (157,193,161). Sum of RGB (Red+Green+Blue) = 157+193+161=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1A1 is #623E5E. Grayscale: #B2B2B2. Windows color (decimal): -6438495 or 10600861. OLE color: 10600861.

HSL color Cylindrical-coordinate representation of color #9DC1A1: hue angle of 126.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 #9DC1A1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB157193161-
CMYK0.1900.170.24
HSL126.67º22.5%68.63%-
HSV(B)126.67º18.65%75.69%-
XYZ39.4147.8840.88-
YUV178.59118.07112.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=30.72%
G=37.77%
B=31.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931610.1900.170.24126.6722.568.63
Hex9DC1A113011187f1645
Octal235301241230213017726105
Binary10011101110000011010000110011010001110001111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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