#A1D5B1

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

Shades of Chinook #A1D5B1

Tints of Chinook #A1D5B1

Color information

#A1D5B1 (or 0xA1D5B1) is unknown color: approx Chinook. HEX triplet: A1, D5 and B1. RGB value is (161,213,177). Sum of RGB (Red+Green+Blue) = 161+213+177=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5B1 is #5E2A4E. Grayscale: #C1C1C1. Windows color (decimal): -6171215 or 11654561. OLE color: 11654561.

HSL color Cylindrical-coordinate representation of color #A1D5B1: hue angle of 138.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5B1 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB161213177-
CMYK0.2400.170.16
HSL138.46º38.24%73.33%-
HSV(B)138.46º24.41%83.53%-
XYZ46.4358.3450.41-
YUV193.35118.77104.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=29.22%
G=38.66%
B=32.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131770.2400.170.16138.4638.2473.33
HexA1D5B118011108a2649
Octal241325261300212021246111
Binary1010000111010101101100011100001000110000100010101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5B1; }

 p { color: rgb(161,213,177); }

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

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

 a { background-color: rgb(161,213,177); }

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

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

 span { border-color: rgb(161,213,177); }

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