#96DCA9

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

Shades of Chinook #96DCA9

Tints of Chinook #96DCA9

Color information

#96DCA9 (or 0x96DCA9) is unknown color: approx Chinook. HEX triplet: 96, DC and A9. RGB value is (150,220,169). Sum of RGB (Red+Green+Blue) = 150+220+169=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCA9 is #692356. Grayscale: #C1C1C1. Windows color (decimal): -6890327 or 11132054. OLE color: 11132054.

HSL color Cylindrical-coordinate representation of color #96DCA9: hue angle of 136.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCA9 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB150220169-
CMYK0.3200.230.14
HSL136.29º50%72.55%-
HSV(B)136.29º31.82%86.27%-
XYZ45.3360.5446.83-
YUV193.26114.3197.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=27.83%
G=40.82%
B=31.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201690.3200.230.14136.295072.55
Hex96DCA920017E883249
Octal226334251400271621062111
Binary1001011011011100101010011000000101111110100010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DCA9; }

 p { color: rgb(150,220,169); }

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

<style>
 a { background-color: #96DCA9; }

 a { background-color: rgb(150,220,169); }

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

<style>
 span { border-color: #96DCA9; }

 span { border-color: rgb(150,220,169); }

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