Shades of Chinook #A2D7B1
Tints of Chinook #A2D7B1
RGB
CMYK
RGB Variations
Color information
#A2D7B1 (or 0xA2D7B1) is known color: Chinook. HEX triplet: A2, D7 and B1. RGB value is (162,215,177). Sum of RGB (Red+Green+Blue) = 162+215+177=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D7B1 is #5D284E. Grayscale: #C2C2C2. Windows color (decimal): -6105167 or 11655074. OLE color: 11655074.
HSL color Cylindrical-coordinate representation of color #A2D7B1: hue angle of 136.98º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7B1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 177 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.16 |
| HSL | 136.98º | 0.4% | 0.74% | - |
| HSV(B) | 136.98º | 0.25% | 0.84% | - |
| XYZ | 47.14 | 59.46 | 50.59 | - |
| YUV | 194.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 177 | 0.25 | 0 | 0.18 | 0.16 | 136.98 | 0.4 | 0.74 |
| Hex | A2 | D7 | B1 | 19 | 0 | 12 | 10 | 89 | 28 | 4A |
| Octal | 242 | 327 | 261 | 31 | 0 | 22 | 20 | 211 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10110001 | 11001 | 0 | 10010 | 10000 | 10001001 | 101000 | 1001010 |
Color Harmonies of #A2D7B1
Complementary color
Monochromatic Colors of #A2D7B1
Black with #A2D7B1
Text Example
Text Example
White with #A2D7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7B1; }
p { color: rgb(162,215,177); }
H1.HeaderClassName
{
color: #A2D7B1;
}
.AnyTagClassName
{
color: #A2D7B1;
}
</style>
background-color css
<style>
a { background-color: #A2D7B1; }
a { background-color: rgb(162,215,177); }
div.DivClassName
{
background-color: #A2D7B1;
}
.BgClassName
{
background-color: #A2D7B1;
}
</style>
border-color css
<style>
span { border-color: #A2D7B1; }
span { border-color: rgb(162,215,177); }
td.TdClassName
{
border-color: #A2D7B1;
}
.TagClassName
{
border-color: #A2D7B1;
}
</style>