Shades of Chinook #A5DCB0
Tints of Chinook #A5DCB0
RGB
CMYK
RGB Variations
Color information
#A5DCB0 (or 0xA5DCB0) is known color: Chinook. HEX triplet: A5, DC and B0. RGB value is (165,220,176). Sum of RGB (Red+Green+Blue) = 165+220+176=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCB0 is #5A234F. Grayscale: #C6C6C6. Windows color (decimal): -5907280 or 11590821. OLE color: 11590821.
HSL color Cylindrical-coordinate representation of color #A5DCB0: hue angle of 132º 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 #A5DCB0 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 176 | - |
| CMYK | 0.25 | 0 | 0.2 | 0.14 |
| HSL | 132º | 0.44% | 0.75% | - |
| HSV(B) | 132º | 0.25% | 0.86% | - |
| XYZ | 48.95 | 62.32 | 50.52 | - |
| YUV | 198.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 176 | 0.25 | 0 | 0.2 | 0.14 | 132 | 0.44 | 0.75 |
| Hex | A5 | DC | B0 | 19 | 0 | 14 | E | 84 | 2C | 4B |
| Octal | 245 | 334 | 260 | 31 | 0 | 24 | 16 | 204 | 54 | 113 |
| Binary | 10100101 | 11011100 | 10110000 | 11001 | 0 | 10100 | 1110 | 10000100 | 101100 | 1001011 |
Color Harmonies of #A5DCB0
Complementary color
Monochromatic Colors of #A5DCB0
Black with #A5DCB0
Text Example
Text Example
White with #A5DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCB0; }
p { color: rgb(165,220,176); }
H1.HeaderClassName
{
color: #A5DCB0;
}
.AnyTagClassName
{
color: #A5DCB0;
}
</style>
background-color css
<style>
a { background-color: #A5DCB0; }
a { background-color: rgb(165,220,176); }
div.DivClassName
{
background-color: #A5DCB0;
}
.BgClassName
{
background-color: #A5DCB0;
}
</style>
border-color css
<style>
span { border-color: #A5DCB0; }
span { border-color: rgb(165,220,176); }
td.TdClassName
{
border-color: #A5DCB0;
}
.TagClassName
{
border-color: #A5DCB0;
}
</style>