#A4DCB4

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

Shades of Chinook #A4DCB4

Tints of Chinook #A4DCB4

Color information

#A4DCB4 (or 0xA4DCB4) is unknown color: approx Chinook. HEX triplet: A4, DC and B4. RGB value is (164,220,180). Sum of RGB (Red+Green+Blue) = 164+220+180=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCB4 is #5B234B. Grayscale: #C6C6C6. Windows color (decimal): -5972812 or 11852964. OLE color: 11852964.

HSL color Cylindrical-coordinate representation of color #A4DCB4: hue angle of 137.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCB4 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB164220180-
CMYK0.2500.180.14
HSL137.14º44.44%75.29%-
HSV(B)137.14º25.45%86.27%-
XYZ49.1462.3752.63-
YUV198.7117.45103.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=29.08%
G=39.01%
B=31.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201800.2500.180.14137.1444.4475.29
HexA4DCB419012E892c4b
Octal244334264310221621154113
Binary101001001101110010110100110010100101110100010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCB4; }

 p { color: rgb(164,220,180); }

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

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

 a { background-color: rgb(164,220,180); }

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

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

 span { border-color: rgb(164,220,180); }

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