Shades of Chinook #93C99D
Tints of Chinook #93C99D
RGB
CMYK
RGB Variations
Color information
#93C99D (or 0x93C99D) is known color: Chinook. HEX triplet: 93, C9 and 9D. RGB value is (147,201,157). Sum of RGB (Red+Green+Blue) = 147+201+157=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #93C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C99D is #6C3662. Grayscale: #B3B3B3. Windows color (decimal): -7091811 or 10340755. OLE color: 10340755.
HSL color Cylindrical-coordinate representation of color #93C99D: hue angle of 131.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C99D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 157 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.21 |
| HSL | 131.11º | 0.33% | 0.68% | - |
| HSV(B) | 131.11º | 0.27% | 0.79% | - |
| XYZ | 39.01 | 50.41 | 39.57 | - |
| YUV | 179.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 157 | 0.27 | 0 | 0.22 | 0.21 | 131.11 | 0.33 | 0.68 |
| Hex | 93 | C9 | 9D | 1B | 0 | 16 | 15 | 83 | 21 | 44 |
| Octal | 223 | 311 | 235 | 33 | 0 | 26 | 25 | 203 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10011101 | 11011 | 0 | 10110 | 10101 | 10000011 | 100001 | 1000100 |
Color Harmonies of #93C99D
Complementary color
Monochromatic Colors of #93C99D
Black with #93C99D
Text Example
Text Example
White with #93C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C99D; }
p { color: rgb(147,201,157); }
H1.HeaderClassName
{
color: #93C99D;
}
.AnyTagClassName
{
color: #93C99D;
}
</style>
background-color css
<style>
a { background-color: #93C99D; }
a { background-color: rgb(147,201,157); }
div.DivClassName
{
background-color: #93C99D;
}
.BgClassName
{
background-color: #93C99D;
}
</style>
border-color css
<style>
span { border-color: #93C99D; }
span { border-color: rgb(147,201,157); }
td.TdClassName
{
border-color: #93C99D;
}
.TagClassName
{
border-color: #93C99D;
}
</style>