#96C5A2

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

Shades of Chinook #96C5A2

Tints of Chinook #96C5A2

Color information

#96C5A2 (or 0x96C5A2) is unknown color: approx Chinook. HEX triplet: 96, C5 and A2. RGB value is (150,197,162). Sum of RGB (Red+Green+Blue) = 150+197+162=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5A2 is #693A5D. Grayscale: #B3B3B3. Windows color (decimal): -6896222 or 10667414. OLE color: 10667414.

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

Color convert

RGB150197162-
CMYK0.2400.180.23
HSL135.32º28.83%68.04%-
HSV(B)135.32º23.86%77.25%-
XYZ39.0749.0341.59-
YUV178.96118.43107.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=29.47%
G=38.70%
B=31.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971620.2400.180.23135.3228.8368.04
Hex96C5A21801217871d44
Octal226305242300222720735104
Binary100101101100010110100010110000100101011110000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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