#9DC3A5

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

Shades of Chinook #9DC3A5

Tints of Chinook #9DC3A5

Color information

#9DC3A5 (or 0x9DC3A5) is unknown color: approx Chinook. HEX triplet: 9D, C3 and A5. RGB value is (157,195,165). Sum of RGB (Red+Green+Blue) = 157+195+165=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC3A5 is #623C5A. Grayscale: #B4B4B4. Windows color (decimal): -6437979 or 10863517. OLE color: 10863517.

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

Color convert

RGB157195165-
CMYK0.1900.150.24
HSL132.63º24.05%69.02%-
HSV(B)132.63º19.49%76.47%-
XYZ40.2148.9142.92-
YUV180.22119.41111.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=30.37%
G=37.72%
B=31.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951650.1900.150.24132.6324.0569.02
Hex9DC3A5130F18851845
Octal235303245230173020530105
Binary10011101110000111010010110011011111100010000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,165); }

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

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

 a { background-color: rgb(157,195,165); }

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

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

 span { border-color: rgb(157,195,165); }

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