#9ECCA7

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

Shades of Chinook #9ECCA7

Tints of Chinook #9ECCA7

Color information

#9ECCA7 (or 0x9ECCA7) is unknown color: approx Chinook. HEX triplet: 9E, CC and A7. RGB value is (158,204,167). Sum of RGB (Red+Green+Blue) = 158+204+167=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCA7 is #613358. Grayscale: #BABABA. Windows color (decimal): -6370137 or 10996894. OLE color: 10996894.

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

Color convert

RGB158204167-
CMYK0.2300.180.2
HSL131.74º31.08%70.98%-
HSV(B)131.74º22.55%80%-
XYZ42.6753.2444.59-
YUV186.03117.26108.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=29.87%
G=38.56%
B=31.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041670.2300.180.2131.7431.0870.98
Hex9ECCA71701214841f47
Octal236314247270222420437107
Binary100111101100110010100111101110100101010010000100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,167); }

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

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

 a { background-color: rgb(158,204,167); }

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

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

 span { border-color: rgb(158,204,167); }

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