#A4D1B0

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

Shades of Chinook #A4D1B0

Tints of Chinook #A4D1B0

Color information

#A4D1B0 (or 0xA4D1B0) is unknown color: approx Chinook. HEX triplet: A4, D1 and B0. RGB value is (164,209,176). Sum of RGB (Red+Green+Blue) = 164+209+176=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D1B0 is #5B2E4F. Grayscale: #BFBFBF. Windows color (decimal): -5975632 or 11588004. OLE color: 11588004.

HSL color Cylindrical-coordinate representation of color #A4D1B0: hue angle of 136º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D1B0 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB164209176-
CMYK0.2200.160.18
HSL136º32.85%73.14%-
HSV(B)136º21.53%81.96%-
XYZ45.9556.6349.58-
YUV191.78119.09108.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=29.87%
G=38.07%
B=32.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091760.2200.160.1813632.8573.14
HexA4D1B01601012882149
Octal244321260260202221041111
Binary1010010011010001101100001011001000010010100010001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1B0; }

 p { color: rgb(164,209,176); }

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

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

 a { background-color: rgb(164,209,176); }

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

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

 span { border-color: rgb(164,209,176); }

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