#9DCBAC

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

Shades of Chinook #9DCBAC

Tints of Chinook #9DCBAC

Color information

#9DCBAC (or 0x9DCBAC) is unknown color: approx Chinook. HEX triplet: 9D, CB and AC. RGB value is (157,203,172). Sum of RGB (Red+Green+Blue) = 157+203+172=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAC is #623453. Grayscale: #B9B9B9. Windows color (decimal): -6435924 or 11324317. OLE color: 11324317.

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

Color convert

RGB157203172-
CMYK0.2300.150.20
HSL139.57º30.67%70.59%-
HSV(B)139.57º22.66%79.61%-
XYZ42.7152.8646.98-
YUV185.71120.26107.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=29.51%
G=38.16%
B=32.33%

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
Decimal1572031720.2300.150.20139.5730.6770.59
Hex9DCBAC170F148c1f47
Octal235313254270172421437107
Binary10011101110010111010110010111011111010010001100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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