Shades of Chinook #94C99D
Tints of Chinook #94C99D
RGB
CMYK
RGB Variations
Color information
#94C99D (or 0x94C99D) is known color: Chinook. HEX triplet: 94, C9 and 9D. RGB value is (148,201,157). Sum of RGB (Red+Green+Blue) = 148+201+157=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #94C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C99D is #6B3662. Grayscale: #B4B4B4. Windows color (decimal): -7026275 or 10340756. OLE color: 10340756.
HSL color Cylindrical-coordinate representation of color #94C99D: hue angle of 130.19º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C99D is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 157 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.21 |
| HSL | 130.19º | 0.33% | 0.68% | - |
| HSV(B) | 130.19º | 0.26% | 0.79% | - |
| XYZ | 39.19 | 50.5 | 39.58 | - |
| YUV | 180.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 157 | 0.26 | 0 | 0.22 | 0.21 | 130.19 | 0.33 | 0.68 |
| Hex | 94 | C9 | 9D | 1A | 0 | 16 | 15 | 82 | 21 | 44 |
| Octal | 224 | 311 | 235 | 32 | 0 | 26 | 25 | 202 | 41 | 104 |
| Binary | 10010100 | 11001001 | 10011101 | 11010 | 0 | 10110 | 10101 | 10000010 | 100001 | 1000100 |
Color Harmonies of #94C99D
Complementary color
Monochromatic Colors of #94C99D
Black with #94C99D
Text Example
Text Example
White with #94C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C99D; }
p { color: rgb(148,201,157); }
H1.HeaderClassName
{
color: #94C99D;
}
.AnyTagClassName
{
color: #94C99D;
}
</style>
background-color css
<style>
a { background-color: #94C99D; }
a { background-color: rgb(148,201,157); }
div.DivClassName
{
background-color: #94C99D;
}
.BgClassName
{
background-color: #94C99D;
}
</style>
border-color css
<style>
span { border-color: #94C99D; }
span { border-color: rgb(148,201,157); }
td.TdClassName
{
border-color: #94C99D;
}
.TagClassName
{
border-color: #94C99D;
}
</style>