Shades of Chinook #94D9A3
Tints of Chinook #94D9A3
RGB
CMYK
RGB Variations
Color information
#94D9A3 (or 0x94D9A3) is known color: Chinook. HEX triplet: 94, D9 and A3. RGB value is (148,217,163). Sum of RGB (Red+Green+Blue) = 148+217+163=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A3 is #6B265C. Grayscale: #BEBEBE. Windows color (decimal): -7022173 or 10738068. OLE color: 10738068.
HSL color Cylindrical-coordinate representation of color #94D9A3: hue angle of 133.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9A3 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 163 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.15 |
| HSL | 133.04º | 0.48% | 0.72% | - |
| HSV(B) | 133.04º | 0.32% | 0.85% | - |
| XYZ | 43.64 | 58.57 | 43.65 | - |
| YUV | 190.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 163 | 0.32 | 0 | 0.25 | 0.15 | 133.04 | 0.48 | 0.72 |
| Hex | 94 | D9 | A3 | 20 | 0 | 19 | F | 85 | 30 | 48 |
| Octal | 224 | 331 | 243 | 40 | 0 | 31 | 17 | 205 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10100011 | 100000 | 0 | 11001 | 1111 | 10000101 | 110000 | 1001000 |
Color Harmonies of #94D9A3
Complementary color
Monochromatic Colors of #94D9A3
Black with #94D9A3
Text Example
Text Example
White with #94D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9A3; }
p { color: rgb(148,217,163); }
H1.HeaderClassName
{
color: #94D9A3;
}
.AnyTagClassName
{
color: #94D9A3;
}
</style>
background-color css
<style>
a { background-color: #94D9A3; }
a { background-color: rgb(148,217,163); }
div.DivClassName
{
background-color: #94D9A3;
}
.BgClassName
{
background-color: #94D9A3;
}
</style>
border-color css
<style>
span { border-color: #94D9A3; }
span { border-color: rgb(148,217,163); }
td.TdClassName
{
border-color: #94D9A3;
}
.TagClassName
{
border-color: #94D9A3;
}
</style>