Shades of Chinook #93DC9B
Tints of Chinook #93DC9B
RGB
CMYK
RGB Variations
Color information
#93DC9B (or 0x93DC9B) is known color: Chinook. HEX triplet: 93, DC and 9B. RGB value is (147,220,155). Sum of RGB (Red+Green+Blue) = 147+220+155=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC9B is #6C2364. Grayscale: #BEBEBE. Windows color (decimal): -7086949 or 10214547. OLE color: 10214547.
HSL color Cylindrical-coordinate representation of color #93DC9B: hue angle of 126.58º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DC9B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 155 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.14 |
| HSL | 126.58º | 0.51% | 0.72% | - |
| HSV(B) | 126.58º | 0.33% | 0.86% | - |
| XYZ | 43.54 | 59.76 | 40.25 | - |
| YUV | 190.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 155 | 0.33 | 0 | 0.30 | 0.14 | 126.58 | 0.51 | 0.72 |
| Hex | 93 | DC | 9B | 21 | 0 | 1E | E | 7F | 33 | 48 |
| Octal | 223 | 334 | 233 | 41 | 0 | 36 | 16 | 177 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10011011 | 100001 | 0 | 11110 | 1110 | 1111111 | 110011 | 1001000 |
Color Harmonies of #93DC9B
Complementary color
Monochromatic Colors of #93DC9B
Black with #93DC9B
Text Example
Text Example
White with #93DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC9B; }
p { color: rgb(147,220,155); }
H1.HeaderClassName
{
color: #93DC9B;
}
.AnyTagClassName
{
color: #93DC9B;
}
</style>
background-color css
<style>
a { background-color: #93DC9B; }
a { background-color: rgb(147,220,155); }
div.DivClassName
{
background-color: #93DC9B;
}
.BgClassName
{
background-color: #93DC9B;
}
</style>
border-color css
<style>
span { border-color: #93DC9B; }
span { border-color: rgb(147,220,155); }
td.TdClassName
{
border-color: #93DC9B;
}
.TagClassName
{
border-color: #93DC9B;
}
</style>