#96CAA6

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

Shades of Chinook #96CAA6

Tints of Chinook #96CAA6

Color information

#96CAA6 (or 0x96CAA6) is unknown color: approx Chinook. HEX triplet: 96, CA and A6. RGB value is (150,202,166). Sum of RGB (Red+Green+Blue) = 150+202+166=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAA6 is #693559. Grayscale: #B6B6B6. Windows color (decimal): -6894938 or 10930838. OLE color: 10930838.

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

Color convert

RGB150202166-
CMYK0.2600.180.21
HSL138.46º32.91%69.02%-
HSV(B)138.46º25.74%79.22%-
XYZ40.5851.4843.87-
YUV182.35118.77104.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 166 (65.23% from 255) = 32.05%
R=28.96%
G=39.00%
B=32.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021660.2600.180.21138.4632.9169.02
Hex96CAA61A012158a2145
Octal226312246320222521241105
Binary1001011011001010101001101101001001010101100010101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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