#96CCA8

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

Shades of Chinook #96CCA8

Tints of Chinook #96CCA8

Color information

#96CCA8 (or 0x96CCA8) is unknown color: approx Chinook. HEX triplet: 96, CC and A8. RGB value is (150,204,168). Sum of RGB (Red+Green+Blue) = 150+204+168=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCA8 is #693357. Grayscale: #B7B7B7. Windows color (decimal): -6894424 or 11062422. OLE color: 11062422.

HSL color Cylindrical-coordinate representation of color #96CCA8: hue angle of 140º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCA8 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB150204168-
CMYK0.2600.180.2
HSL140º34.62%69.41%-
HSV(B)140º26.47%80%-
XYZ41.2452.545.01-
YUV183.75119.11103.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=28.74%
G=39.08%
B=32.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041680.2600.180.214034.6269.41
Hex96CCA81A012148c2345
Octal226314250320222421443105
Binary1001011011001100101010001101001001010100100011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,168); }

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

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

 a { background-color: rgb(150,204,168); }

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

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

 span { border-color: rgb(150,204,168); }

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