#96CAA7

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

Shades of Chinook #96CAA7

Tints of Chinook #96CAA7

Color information

#96CAA7 (or 0x96CAA7) is unknown color: approx Chinook. HEX triplet: 96, CA and A7. RGB value is (150,202,167). Sum of RGB (Red+Green+Blue) = 150+202+167=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAA7 is #693558. Grayscale: #B6B6B6. Windows color (decimal): -6894937 or 10996374. OLE color: 10996374.

HSL color Cylindrical-coordinate representation of color #96CAA7: hue angle of 139.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAA7 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB150202167-
CMYK0.2600.170.21
HSL139.62º32.91%69.02%-
HSV(B)139.62º25.74%79.22%-
XYZ40.6751.5244.36-
YUV182.46119.27104.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=28.90%
G=38.92%
B=32.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021670.2600.170.21139.6232.9169.02
Hex96CAA71A011158c2145
Octal226312247320212521441105
Binary1001011011001010101001111101001000110101100011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,167); }

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

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

 a { background-color: rgb(150,202,167); }

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

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

 span { border-color: rgb(150,202,167); }

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