Shades of Chinook #94D19B
Tints of Chinook #94D19B
RGB
CMYK
RGB Variations
Color information
#94D19B (or 0x94D19B) is known color: Chinook. HEX triplet: 94, D1 and 9B. RGB value is (148,209,155). Sum of RGB (Red+Green+Blue) = 148+209+155=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19B is #6B2E64. Grayscale: #B8B8B8. Windows color (decimal): -7024229 or 10211732. OLE color: 10211732.
HSL color Cylindrical-coordinate representation of color #94D19B: hue angle of 126.89º 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 #94D19B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 155 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.18 |
| HSL | 126.89º | 0.4% | 0.7% | - |
| HSV(B) | 126.89º | 0.29% | 0.82% | - |
| XYZ | 40.93 | 54.26 | 39.33 | - |
| YUV | 184.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 155 | 0.29 | 0 | 0.26 | 0.18 | 126.89 | 0.4 | 0.7 |
| Hex | 94 | D1 | 9B | 1D | 0 | 1A | 12 | 7F | 28 | 46 |
| Octal | 224 | 321 | 233 | 35 | 0 | 32 | 22 | 177 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10011011 | 11101 | 0 | 11010 | 10010 | 1111111 | 101000 | 1000110 |
Color Harmonies of #94D19B
Complementary color
Monochromatic Colors of #94D19B
Black with #94D19B
Text Example
Text Example
White with #94D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D19B; }
p { color: rgb(148,209,155); }
H1.HeaderClassName
{
color: #94D19B;
}
.AnyTagClassName
{
color: #94D19B;
}
</style>
background-color css
<style>
a { background-color: #94D19B; }
a { background-color: rgb(148,209,155); }
div.DivClassName
{
background-color: #94D19B;
}
.BgClassName
{
background-color: #94D19B;
}
</style>
border-color css
<style>
span { border-color: #94D19B; }
span { border-color: rgb(148,209,155); }
td.TdClassName
{
border-color: #94D19B;
}
.TagClassName
{
border-color: #94D19B;
}
</style>