Shades of Chinook #93C9A2
Tints of Chinook #93C9A2
RGB
CMYK
RGB Variations
Color information
#93C9A2 (or 0x93C9A2) is known color: Chinook. HEX triplet: 93, C9 and A2. RGB value is (147,201,162). Sum of RGB (Red+Green+Blue) = 147+201+162=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9A2 is #6C365D. Grayscale: #B4B4B4. Windows color (decimal): -7091806 or 10668435. OLE color: 10668435.
HSL color Cylindrical-coordinate representation of color #93C9A2: hue angle of 136.67º 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 #93C9A2 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 162 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.21 |
| HSL | 136.67º | 0.33% | 0.68% | - |
| HSV(B) | 136.67º | 0.27% | 0.79% | - |
| XYZ | 39.44 | 50.58 | 41.87 | - |
| YUV | 180.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 162 | 0.27 | 0 | 0.19 | 0.21 | 136.67 | 0.33 | 0.68 |
| Hex | 93 | C9 | A2 | 1B | 0 | 13 | 15 | 89 | 21 | 44 |
| Octal | 223 | 311 | 242 | 33 | 0 | 23 | 25 | 211 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10100010 | 11011 | 0 | 10011 | 10101 | 10001001 | 100001 | 1000100 |
Color Harmonies of #93C9A2
Complementary color
Monochromatic Colors of #93C9A2
Black with #93C9A2
Text Example
Text Example
White with #93C9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9A2; }
p { color: rgb(147,201,162); }
H1.HeaderClassName
{
color: #93C9A2;
}
.AnyTagClassName
{
color: #93C9A2;
}
</style>
background-color css
<style>
a { background-color: #93C9A2; }
a { background-color: rgb(147,201,162); }
div.DivClassName
{
background-color: #93C9A2;
}
.BgClassName
{
background-color: #93C9A2;
}
</style>
border-color css
<style>
span { border-color: #93C9A2; }
span { border-color: rgb(147,201,162); }
td.TdClassName
{
border-color: #93C9A2;
}
.TagClassName
{
border-color: #93C9A2;
}
</style>