Shades of Chinook #94D89C
Tints of Chinook #94D89C
RGB
CMYK
RGB Variations
Color information
#94D89C (or 0x94D89C) is known color: Chinook. HEX triplet: 94, D8 and 9C. RGB value is (148,216,156). Sum of RGB (Red+Green+Blue) = 148+216+156=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #94D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D89C is #6B2763. Grayscale: #BDBDBD. Windows color (decimal): -7022436 or 10279060. OLE color: 10279060.
HSL color Cylindrical-coordinate representation of color #94D89C: hue angle of 127.06º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D89C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 156 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.15 |
| HSL | 127.06º | 0.47% | 0.71% | - |
| HSV(B) | 127.06º | 0.31% | 0.85% | - |
| XYZ | 42.77 | 57.81 | 40.36 | - |
| YUV | 188.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 156 | 0.31 | 0 | 0.28 | 0.15 | 127.06 | 0.47 | 0.71 |
| Hex | 94 | D8 | 9C | 1F | 0 | 1C | F | 7F | 2F | 47 |
| Octal | 224 | 330 | 234 | 37 | 0 | 34 | 17 | 177 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10011100 | 11111 | 0 | 11100 | 1111 | 1111111 | 101111 | 1000111 |
Color Harmonies of #94D89C
Complementary color
Monochromatic Colors of #94D89C
Black with #94D89C
Text Example
Text Example
White with #94D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D89C; }
p { color: rgb(148,216,156); }
H1.HeaderClassName
{
color: #94D89C;
}
.AnyTagClassName
{
color: #94D89C;
}
</style>
background-color css
<style>
a { background-color: #94D89C; }
a { background-color: rgb(148,216,156); }
div.DivClassName
{
background-color: #94D89C;
}
.BgClassName
{
background-color: #94D89C;
}
</style>
border-color css
<style>
span { border-color: #94D89C; }
span { border-color: rgb(148,216,156); }
td.TdClassName
{
border-color: #94D89C;
}
.TagClassName
{
border-color: #94D89C;
}
</style>