#A5D2B0

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

Shades of Chinook #A5D2B0

Tints of Chinook #A5D2B0

Color information

#A5D2B0 (or 0xA5D2B0) is unknown color: approx Chinook. HEX triplet: A5, D2 and B0. RGB value is (165,210,176). Sum of RGB (Red+Green+Blue) = 165+210+176=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2B0 is #5A2D4F. Grayscale: #C0C0C0. Windows color (decimal): -5909840 or 11588261. OLE color: 11588261.

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

Color convert

RGB165210176-
CMYK0.2100.160.18
HSL134.67º33.33%73.53%-
HSV(B)134.67º21.43%82.35%-
XYZ46.457.2349.67-
YUV192.67118.59108.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=29.95%
G=38.11%
B=31.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101760.2100.160.18134.6733.3373.53
HexA5D2B0150101287214a
Octal245322260250202220741112
Binary1010010111010010101100001010101000010010100001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2B0; }

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

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

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

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

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

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

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

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