#A6D6B1

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

Shades of Chinook #A6D6B1

Tints of Chinook #A6D6B1

Color information

#A6D6B1 (or 0xA6D6B1) is unknown color: approx Chinook. HEX triplet: A6, D6 and B1. RGB value is (166,214,177). Sum of RGB (Red+Green+Blue) = 166+214+177=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6B1 is #59294E. Grayscale: #C3C3C3. Windows color (decimal): -5843279 or 11654822. OLE color: 11654822.

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

Color convert

RGB166214177-
CMYK0.2200.170.16
HSL133.75º36.92%74.51%-
HSV(B)133.75º22.43%83.92%-
XYZ47.7159.3750.54-
YUV195.43117.6107.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=29.80%
G=38.42%
B=31.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662141770.2200.170.16133.7536.9274.51
HexA6D6B1160111086254b
Octal246326261260212020645113
Binary1010011011010110101100011011001000110000100001101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6B1; }

 p { color: rgb(166,214,177); }

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

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

 a { background-color: rgb(166,214,177); }

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

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

 span { border-color: rgb(166,214,177); }

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