#9DCBAB

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

Shades of Chinook #9DCBAB

Tints of Chinook #9DCBAB

Color information

#9DCBAB (or 0x9DCBAB) is unknown color: approx Chinook. HEX triplet: 9D, CB and AB. RGB value is (157,203,171). Sum of RGB (Red+Green+Blue) = 157+203+171=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAB is #623454. Grayscale: #B9B9B9. Windows color (decimal): -6435925 or 11258781. OLE color: 11258781.

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

Color convert

RGB157203171-
CMYK0.2300.160.20
HSL138.26º30.67%70.59%-
HSV(B)138.26º22.66%79.61%-
XYZ42.6152.8246.48-
YUV185.6119.76107.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=29.57%
G=38.23%
B=32.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031710.2300.160.20138.2630.6770.59
Hex9DCBAB17010148a1f47
Octal235313253270202421237107
Binary100111011100101110101011101110100001010010001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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