#A4D8B2

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

Shades of Chinook #A4D8B2

Tints of Chinook #A4D8B2

Color information

#A4D8B2 (or 0xA4D8B2) is unknown color: approx Chinook. HEX triplet: A4, D8 and B2. RGB value is (164,216,178). Sum of RGB (Red+Green+Blue) = 164+216+178=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D8B2 is #5B274D. Grayscale: #C4C4C4. Windows color (decimal): -5973838 or 11720868. OLE color: 11720868.

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

Color convert

RGB164216178-
CMYK0.2400.180.15
HSL136.15º40%74.51%-
HSV(B)136.15º24.07%84.71%-
XYZ47.960.2251.22-
YUV196.12117.77105.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=29.39%
G=38.71%
B=31.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642161780.2400.180.15136.154074.51
HexA4D8B218012F88284b
Octal244330262300221721050113
Binary101001001101100010110010110000100101111100010001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8B2; }

 p { color: rgb(164,216,178); }

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

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

 a { background-color: rgb(164,216,178); }

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

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

 span { border-color: rgb(164,216,178); }

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