#96DCA3

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

Shades of Chinook #96DCA3

Tints of Chinook #96DCA3

Color information

#96DCA3 (or 0x96DCA3) is unknown color: approx Chinook. HEX triplet: 96, DC and A3. RGB value is (150,220,163). Sum of RGB (Red+Green+Blue) = 150+220+163=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCA3 is #69235C. Grayscale: #C0C0C0. Windows color (decimal): -6890333 or 10738838. OLE color: 10738838.

HSL color Cylindrical-coordinate representation of color #96DCA3: hue angle of 131.14º 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 #96DCA3 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB150220163-
CMYK0.3200.260.14
HSL131.14º50%72.55%-
HSV(B)131.14º31.82%86.27%-
XYZ44.7860.3143.93-
YUV192.57111.3197.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=28.14%
G=41.28%
B=30.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201630.3200.260.14131.145072.55
Hex96DCA32001AE833249
Octal226334243400321620362111
Binary1001011011011100101000111000000110101110100000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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