#A6D8B1

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

Shades of Chinook #A6D8B1

Tints of Chinook #A6D8B1

Color information

#A6D8B1 (or 0xA6D8B1) is unknown color: approx Chinook. HEX triplet: A6, D8 and B1. RGB value is (166,216,177). Sum of RGB (Red+Green+Blue) = 166+216+177=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8B1 is #59274E. Grayscale: #C4C4C4. Windows color (decimal): -5842767 or 11655334. OLE color: 11655334.

HSL color Cylindrical-coordinate representation of color #A6D8B1: hue angle of 133.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8B1 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB166216177-
CMYK0.2300.180.15
HSL133.2º39.06%74.9%-
HSV(B)133.2º23.15%84.71%-
XYZ48.2260.3950.71-
YUV196.6116.94106.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=29.70%
G=38.64%
B=31.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161770.2300.180.15133.239.0674.9
HexA6D8B117012F85274b
Octal246330261270221720547113
Binary101001101101100010110001101110100101111100001011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8B1; }

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

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

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

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

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

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

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

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