Shades of Chinook #93C9A5
Tints of Chinook #93C9A5
RGB
CMYK
RGB Variations
Color information
#93C9A5 (or 0x93C9A5) is known color: Chinook. HEX triplet: 93, C9 and A5. RGB value is (147,201,165). Sum of RGB (Red+Green+Blue) = 147+201+165=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9A5 is #6C365A. Grayscale: #B4B4B4. Windows color (decimal): -7091803 or 10865043. OLE color: 10865043.
HSL color Cylindrical-coordinate representation of color #93C9A5: hue angle of 140º 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 #93C9A5 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 165 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.21 |
| HSL | 140º | 0.33% | 0.68% | - |
| HSV(B) | 140º | 0.27% | 0.79% | - |
| XYZ | 39.71 | 50.69 | 43.29 | - |
| YUV | 180.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 165 | 0.27 | 0 | 0.18 | 0.21 | 140 | 0.33 | 0.68 |
| Hex | 93 | C9 | A5 | 1B | 0 | 12 | 15 | 8C | 21 | 44 |
| Octal | 223 | 311 | 245 | 33 | 0 | 22 | 25 | 214 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10100101 | 11011 | 0 | 10010 | 10101 | 10001100 | 100001 | 1000100 |
Color Harmonies of #93C9A5
Complementary color
Monochromatic Colors of #93C9A5
Black with #93C9A5
Text Example
Text Example
White with #93C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9A5; }
p { color: rgb(147,201,165); }
H1.HeaderClassName
{
color: #93C9A5;
}
.AnyTagClassName
{
color: #93C9A5;
}
</style>
background-color css
<style>
a { background-color: #93C9A5; }
a { background-color: rgb(147,201,165); }
div.DivClassName
{
background-color: #93C9A5;
}
.BgClassName
{
background-color: #93C9A5;
}
</style>
border-color css
<style>
span { border-color: #93C9A5; }
span { border-color: rgb(147,201,165); }
td.TdClassName
{
border-color: #93C9A5;
}
.TagClassName
{
border-color: #93C9A5;
}
</style>