#96C5A1

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

Shades of Chinook #96C5A1

Tints of Chinook #96C5A1

Color information

#96C5A1 (or 0x96C5A1) is unknown color: approx Chinook. HEX triplet: 96, C5 and A1. RGB value is (150,197,161). Sum of RGB (Red+Green+Blue) = 150+197+161=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5A1 is #693A5E. Grayscale: #B2B2B2. Windows color (decimal): -6896223 or 10601878. OLE color: 10601878.

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

Color convert

RGB150197161-
CMYK0.2400.180.23
HSL134.04º28.83%68.04%-
HSV(B)134.04º23.86%77.25%-
XYZ38.9848.9941.12-
YUV178.84117.93107.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=29.53%
G=38.78%
B=31.69%

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
Decimal1501971610.2400.180.23134.0428.8368.04
Hex96C5A11801217861d44
Octal226305241300222720635104
Binary100101101100010110100001110000100101011110000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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