Shades of Chinook #A4DBAC
Tints of Chinook #A4DBAC
RGB
CMYK
RGB Variations
Color information
#A4DBAC (or 0xA4DBAC) is known color: Chinook. HEX triplet: A4, DB and AC. RGB value is (164,219,172). Sum of RGB (Red+Green+Blue) = 164+219+172=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAC is #5B2453. Grayscale: #C5C5C5. Windows color (decimal): -5973076 or 11328420. OLE color: 11328420.
HSL color Cylindrical-coordinate representation of color #A4DBAC: hue angle of 128.73º degrees, saturation: 0.43, 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 #A4DBAC is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 172 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.14 |
| HSL | 128.73º | 0.43% | 0.75% | - |
| HSV(B) | 128.73º | 0.25% | 0.86% | - |
| XYZ | 48.09 | 61.53 | 48.37 | - |
| YUV | 197.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 172 | 0.25 | 0 | 0.21 | 0.14 | 128.73 | 0.43 | 0.75 |
| Hex | A4 | DB | AC | 19 | 0 | 15 | E | 81 | 2B | 4B |
| Octal | 244 | 333 | 254 | 31 | 0 | 25 | 16 | 201 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10101100 | 11001 | 0 | 10101 | 1110 | 10000001 | 101011 | 1001011 |
Color Harmonies of #A4DBAC
Complementary color
Monochromatic Colors of #A4DBAC
Black with #A4DBAC
Text Example
Text Example
White with #A4DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBAC; }
p { color: rgb(164,219,172); }
H1.HeaderClassName
{
color: #A4DBAC;
}
.AnyTagClassName
{
color: #A4DBAC;
}
</style>
background-color css
<style>
a { background-color: #A4DBAC; }
a { background-color: rgb(164,219,172); }
div.DivClassName
{
background-color: #A4DBAC;
}
.BgClassName
{
background-color: #A4DBAC;
}
</style>
border-color css
<style>
span { border-color: #A4DBAC; }
span { border-color: rgb(164,219,172); }
td.TdClassName
{
border-color: #A4DBAC;
}
.TagClassName
{
border-color: #A4DBAC;
}
</style>