#9DCBAD

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

Shades of Chinook #9DCBAD

Tints of Chinook #9DCBAD

Color information

#9DCBAD (or 0x9DCBAD) is unknown color: approx Chinook. HEX triplet: 9D, CB and AD. RGB value is (157,203,173). Sum of RGB (Red+Green+Blue) = 157+203+173=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAD is #623452. Grayscale: #B9B9B9. Windows color (decimal): -6435923 or 11389853. OLE color: 11389853.

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

Color convert

RGB157203173-
CMYK0.2300.150.20
HSL140.87º30.67%70.59%-
HSV(B)140.87º22.66%79.61%-
XYZ42.852.947.49-
YUV185.83120.76107.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=29.46%
G=38.09%
B=32.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031730.2300.150.20140.8730.6770.59
Hex9DCBAD170F148d1f47
Octal235313255270172421537107
Binary10011101110010111010110110111011111010010001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,173); }

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

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

 a { background-color: rgb(157,203,173); }

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

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

 span { border-color: rgb(157,203,173); }

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