#9DCDAA

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

Shades of Chinook #9DCDAA

Tints of Chinook #9DCDAA

Color information

#9DCDAA (or 0x9DCDAA) is unknown color: approx Chinook. HEX triplet: 9D, CD and AA. RGB value is (157,205,170). Sum of RGB (Red+Green+Blue) = 157+205+170=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAA is #623255. Grayscale: #BABABA. Windows color (decimal): -6435414 or 11193757. OLE color: 11193757.

HSL color Cylindrical-coordinate representation of color #9DCDAA: hue angle of 136.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB157205170-
CMYK0.2300.170.20
HSL136.25º32.43%70.98%-
HSV(B)136.25º23.41%80.39%-
XYZ42.9953.7346.14-
YUV186.66118.6106.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=29.51%
G=38.53%
B=31.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051700.2300.170.20136.2532.4370.98
Hex9DCDAA1701114882047
Octal235315252270212421040107
Binary1001110111001101101010101011101000110100100010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,170); }

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

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

 a { background-color: rgb(157,205,170); }

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

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

 span { border-color: rgb(157,205,170); }

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