#96C5A4

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

Shades of Chinook #96C5A4

Tints of Chinook #96C5A4

Color information

#96C5A4 (or 0x96C5A4) is unknown color: approx Chinook. HEX triplet: 96, C5 and A4. RGB value is (150,197,164). Sum of RGB (Red+Green+Blue) = 150+197+164=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5A4 is #693A5B. Grayscale: #B3B3B3. Windows color (decimal): -6896220 or 10798486. OLE color: 10798486.

HSL color Cylindrical-coordinate representation of color #96C5A4: hue angle of 137.87º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5A4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB150197164-
CMYK0.2400.170.23
HSL137.87º28.83%68.04%-
HSV(B)137.87º23.86%77.25%-
XYZ39.2449.142.53-
YUV179.18119.43107.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=29.35%
G=38.55%
B=32.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971640.2400.170.23137.8728.8368.04
Hex96C5A418011178a1d44
Octal226305244300212721235104
Binary100101101100010110100100110000100011011110001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,164); }

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

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

 a { background-color: rgb(150,197,164); }

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

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

 span { border-color: rgb(150,197,164); }

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