#96D4A6

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

Shades of Chinook #96D4A6

Tints of Chinook #96D4A6

Color information

#96D4A6 (or 0x96D4A6) is unknown color: approx Chinook. HEX triplet: 96, D4 and A6. RGB value is (150,212,166). Sum of RGB (Red+Green+Blue) = 150+212+166=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D4A6 is #692B59. Grayscale: #BCBCBC. Windows color (decimal): -6892378 or 10933398. OLE color: 10933398.

HSL color Cylindrical-coordinate representation of color #96D4A6: hue angle of 135.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4A6 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB150212166-
CMYK0.2900.220.17
HSL135.48º41.89%70.98%-
HSV(B)135.48º29.25%83.14%-
XYZ4356.3244.68-
YUV188.22115.46100.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=28.41%
G=40.15%
B=31.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121660.2900.220.17135.4841.8970.98
Hex96D4A61D01611872a47
Octal226324246350262120752107
Binary1001011011010100101001101110101011010001100001111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,166); }

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

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

 a { background-color: rgb(150,212,166); }

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

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

 span { border-color: rgb(150,212,166); }

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