Shades of Chinook #94D19C
Tints of Chinook #94D19C
RGB
CMYK
RGB Variations
Color information
#94D19C (or 0x94D19C) is known color: Chinook. HEX triplet: 94, D1 and 9C. RGB value is (148,209,156). Sum of RGB (Red+Green+Blue) = 148+209+156=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19C is #6B2E63. Grayscale: #B8B8B8. Windows color (decimal): -7024228 or 10277268. OLE color: 10277268.
HSL color Cylindrical-coordinate representation of color #94D19C: hue angle of 127.87º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D19C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 156 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.18 |
| HSL | 127.87º | 0.4% | 0.7% | - |
| HSV(B) | 127.87º | 0.29% | 0.82% | - |
| XYZ | 41.01 | 54.3 | 39.77 | - |
| YUV | 184.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 156 | 0.29 | 0 | 0.25 | 0.18 | 127.87 | 0.4 | 0.7 |
| Hex | 94 | D1 | 9C | 1D | 0 | 19 | 12 | 80 | 28 | 46 |
| Octal | 224 | 321 | 234 | 35 | 0 | 31 | 22 | 200 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10011100 | 11101 | 0 | 11001 | 10010 | 10000000 | 101000 | 1000110 |
Color Harmonies of #94D19C
Complementary color
Monochromatic Colors of #94D19C
Black with #94D19C
Text Example
Text Example
White with #94D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D19C; }
p { color: rgb(148,209,156); }
H1.HeaderClassName
{
color: #94D19C;
}
.AnyTagClassName
{
color: #94D19C;
}
</style>
background-color css
<style>
a { background-color: #94D19C; }
a { background-color: rgb(148,209,156); }
div.DivClassName
{
background-color: #94D19C;
}
.BgClassName
{
background-color: #94D19C;
}
</style>
border-color css
<style>
span { border-color: #94D19C; }
span { border-color: rgb(148,209,156); }
td.TdClassName
{
border-color: #94D19C;
}
.TagClassName
{
border-color: #94D19C;
}
</style>