Shades of Chinook #93D89D
Tints of Chinook #93D89D
RGB
CMYK
RGB Variations
Color information
#93D89D (or 0x93D89D) is known color: Chinook. HEX triplet: 93, D8 and 9D. RGB value is (147,216,157). Sum of RGB (Red+Green+Blue) = 147+216+157=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #93D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D89D is #6C2762. Grayscale: #BCBCBC. Windows color (decimal): -7087971 or 10344595. OLE color: 10344595.
HSL color Cylindrical-coordinate representation of color #93D89D: hue angle of 128.7º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D89D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 157 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.15 |
| HSL | 128.7º | 0.47% | 0.71% | - |
| HSV(B) | 128.7º | 0.32% | 0.85% | - |
| XYZ | 42.67 | 57.75 | 40.8 | - |
| YUV | 188.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 157 | 0.32 | 0 | 0.27 | 0.15 | 128.7 | 0.47 | 0.71 |
| Hex | 93 | D8 | 9D | 20 | 0 | 1B | F | 81 | 2F | 47 |
| Octal | 223 | 330 | 235 | 40 | 0 | 33 | 17 | 201 | 57 | 107 |
| Binary | 10010011 | 11011000 | 10011101 | 100000 | 0 | 11011 | 1111 | 10000001 | 101111 | 1000111 |
Color Harmonies of #93D89D
Complementary color
Monochromatic Colors of #93D89D
Black with #93D89D
Text Example
Text Example
White with #93D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D89D; }
p { color: rgb(147,216,157); }
H1.HeaderClassName
{
color: #93D89D;
}
.AnyTagClassName
{
color: #93D89D;
}
</style>
background-color css
<style>
a { background-color: #93D89D; }
a { background-color: rgb(147,216,157); }
div.DivClassName
{
background-color: #93D89D;
}
.BgClassName
{
background-color: #93D89D;
}
</style>
border-color css
<style>
span { border-color: #93D89D; }
span { border-color: rgb(147,216,157); }
td.TdClassName
{
border-color: #93D89D;
}
.TagClassName
{
border-color: #93D89D;
}
</style>