Shades of Chinook #A4D7B2
Tints of Chinook #A4D7B2
RGB
CMYK
RGB Variations
Color information
#A4D7B2 (or 0xA4D7B2) is known color: Chinook. HEX triplet: A4, D7 and B2. RGB value is (164,215,178). Sum of RGB (Red+Green+Blue) = 164+215+178=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D7B2 is #5B284D. Grayscale: #C3C3C3. Windows color (decimal): -5974094 or 11720612. OLE color: 11720612.
HSL color Cylindrical-coordinate representation of color #A4D7B2: hue angle of 136.47º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D7B2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 178 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.16 |
| HSL | 136.47º | 0.39% | 0.74% | - |
| HSV(B) | 136.47º | 0.24% | 0.84% | - |
| XYZ | 47.65 | 59.71 | 51.13 | - |
| YUV | 195.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 178 | 0.24 | 0 | 0.17 | 0.16 | 136.47 | 0.39 | 0.74 |
| Hex | A4 | D7 | B2 | 18 | 0 | 11 | 10 | 88 | 27 | 4A |
| Octal | 244 | 327 | 262 | 30 | 0 | 21 | 20 | 210 | 47 | 112 |
| Binary | 10100100 | 11010111 | 10110010 | 11000 | 0 | 10001 | 10000 | 10001000 | 100111 | 1001010 |
Color Harmonies of #A4D7B2
Complementary color
Monochromatic Colors of #A4D7B2
Black with #A4D7B2
Text Example
Text Example
White with #A4D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D7B2; }
p { color: rgb(164,215,178); }
H1.HeaderClassName
{
color: #A4D7B2;
}
.AnyTagClassName
{
color: #A4D7B2;
}
</style>
background-color css
<style>
a { background-color: #A4D7B2; }
a { background-color: rgb(164,215,178); }
div.DivClassName
{
background-color: #A4D7B2;
}
.BgClassName
{
background-color: #A4D7B2;
}
</style>
border-color css
<style>
span { border-color: #A4D7B2; }
span { border-color: rgb(164,215,178); }
td.TdClassName
{
border-color: #A4D7B2;
}
.TagClassName
{
border-color: #A4D7B2;
}
</style>