#A5D5B0

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

Shades of Chinook #A5D5B0

Tints of Chinook #A5D5B0

Color information

#A5D5B0 (or 0xA5D5B0) is unknown color: approx Chinook. HEX triplet: A5, D5 and B0. RGB value is (165,213,176). Sum of RGB (Red+Green+Blue) = 165+213+176=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5B0 is #5A2A4F. Grayscale: #C2C2C2. Windows color (decimal): -5909072 or 11589029. OLE color: 11589029.

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

Color convert

RGB165213176-
CMYK0.2300.170.16
HSL133.75º36.36%74.12%-
HSV(B)133.75º22.54%83.53%-
XYZ47.1558.7249.92-
YUV194.43117.6107.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=29.78%
G=38.45%
B=31.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131760.2300.170.16133.7536.3674.12
HexA5D5B0170111086244a
Octal245325260270212020644112
Binary1010010111010101101100001011101000110000100001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5B0; }

 p { color: rgb(165,213,176); }

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

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

 a { background-color: rgb(165,213,176); }

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

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

 span { border-color: rgb(165,213,176); }

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