#A5DCB5

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

Shades of Chinook #A5DCB5

Tints of Chinook #A5DCB5

Color information

#A5DCB5 (or 0xA5DCB5) is unknown color: approx Chinook. HEX triplet: A5, DC and B5. RGB value is (165,220,181). Sum of RGB (Red+Green+Blue) = 165+220+181=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCB5 is #5A234A. Grayscale: #C7C7C7. Windows color (decimal): -5907275 or 11918501. OLE color: 11918501.

HSL color Cylindrical-coordinate representation of color #A5DCB5: hue angle of 137.45º 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 #A5DCB5 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB165220181-
CMYK0.2500.180.14
HSL137.45º44%75.49%-
HSV(B)137.45º25%86.27%-
XYZ49.4562.5253.18-
YUV199.11117.78103.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=29.15%
G=38.87%
B=31.98%

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
Decimal1652201810.2500.180.14137.454475.49
HexA5DCB519012E892c4b
Octal245334265310221621154113
Binary101001011101110010110101110010100101110100010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCB5; }

 p { color: rgb(165,220,181); }

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

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

 a { background-color: rgb(165,220,181); }

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

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

 span { border-color: rgb(165,220,181); }

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