#9ECBAC

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

Shades of Chinook #9ECBAC

Tints of Chinook #9ECBAC

Color information

#9ECBAC (or 0x9ECBAC) is unknown color: approx Chinook. HEX triplet: 9E, CB and AC. RGB value is (158,203,172). Sum of RGB (Red+Green+Blue) = 158+203+172=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECBAC is #613453. Grayscale: #BABABA. Windows color (decimal): -6370388 or 11324318. OLE color: 11324318.

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

Color convert

RGB158203172-
CMYK0.2200.150.20
HSL138.67º30.2%70.78%-
HSV(B)138.67º22.17%79.61%-
XYZ42.952.9646.99-
YUV186.01120.09108.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=29.64%
G=38.09%
B=32.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582031720.2200.150.20138.6730.270.78
Hex9ECBAC160F148b1e47
Octal236313254260172421336107
Binary10011110110010111010110010110011111010010001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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