#A6D7B2

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

Shades of Chinook #A6D7B2

Tints of Chinook #A6D7B2

Color information

#A6D7B2 (or 0xA6D7B2) is unknown color: approx Chinook. HEX triplet: A6, D7 and B2. RGB value is (166,215,178). Sum of RGB (Red+Green+Blue) = 166+215+178=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D7B2 is #59284D. Grayscale: #C4C4C4. Windows color (decimal): -5843022 or 11720614. OLE color: 11720614.

HSL color Cylindrical-coordinate representation of color #A6D7B2: hue angle of 134.69º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7B2 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB166215178-
CMYK0.2300.170.16
HSL134.69º37.98%74.71%-
HSV(B)134.69º22.79%84.31%-
XYZ48.0659.9251.15-
YUV196.13117.77106.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=29.70%
G=38.46%
B=31.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662151780.2300.170.16134.6937.9874.71
HexA6D7B2170111087264b
Octal246327262270212020746113
Binary1010011011010111101100101011101000110000100001111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7B2; }

 p { color: rgb(166,215,178); }

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

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

 a { background-color: rgb(166,215,178); }

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

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

 span { border-color: rgb(166,215,178); }

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