#96CEA0

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

Shades of Chinook #96CEA0

Tints of Chinook #96CEA0

Color information

#96CEA0 (or 0x96CEA0) is unknown color: approx Chinook. HEX triplet: 96, CE and A0. RGB value is (150,206,160). Sum of RGB (Red+Green+Blue) = 150+206+160=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEA0 is #69315F. Grayscale: #B8B8B8. Windows color (decimal): -6893920 or 10538646. OLE color: 10538646.

HSL color Cylindrical-coordinate representation of color #96CEA0: hue angle of 130.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEA0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB150206160-
CMYK0.2700.220.19
HSL130.71º36.36%69.8%-
HSV(B)130.71º27.18%80.78%-
XYZ40.9953.1641.36-
YUV184.01114.45103.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=29.07%
G=39.92%
B=31.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061600.2700.220.19130.7136.3669.8
Hex96CEA01B01613832446
Octal226316240330262320344106
Binary1001011011001110101000001101101011010011100000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,160); }

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

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

 a { background-color: rgb(150,206,160); }

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

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

 span { border-color: rgb(150,206,160); }

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