Shades of Chinook #91D99D
Tints of Chinook #91D99D
RGB
CMYK
RGB Variations
Color information
#91D99D (or 0x91D99D) is known color: Chinook. HEX triplet: 91, D9 and 9D. RGB value is (145,217,157). Sum of RGB (Red+Green+Blue) = 145+217+157=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #91D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D99D is #6E2662. Grayscale: #BCBCBC. Windows color (decimal): -7218787 or 10344849. OLE color: 10344849.
HSL color Cylindrical-coordinate representation of color #91D99D: hue angle of 130º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D99D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 217 | 157 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.15 |
| HSL | 130º | 0.49% | 0.71% | - |
| HSV(B) | 130º | 0.33% | 0.85% | - |
| XYZ | 42.58 | 58.08 | 40.86 | - |
| YUV | 188.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 157 | 0.33 | 0 | 0.28 | 0.15 | 130 | 0.49 | 0.71 |
| Hex | 91 | D9 | 9D | 21 | 0 | 1C | F | 82 | 31 | 47 |
| Octal | 221 | 331 | 235 | 41 | 0 | 34 | 17 | 202 | 61 | 107 |
| Binary | 10010001 | 11011001 | 10011101 | 100001 | 0 | 11100 | 1111 | 10000010 | 110001 | 1000111 |
Color Harmonies of #91D99D
Complementary color
Monochromatic Colors of #91D99D
Black with #91D99D
Text Example
Text Example
White with #91D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D99D; }
p { color: rgb(145,217,157); }
H1.HeaderClassName
{
color: #91D99D;
}
.AnyTagClassName
{
color: #91D99D;
}
</style>
background-color css
<style>
a { background-color: #91D99D; }
a { background-color: rgb(145,217,157); }
div.DivClassName
{
background-color: #91D99D;
}
.BgClassName
{
background-color: #91D99D;
}
</style>
border-color css
<style>
span { border-color: #91D99D; }
span { border-color: rgb(145,217,157); }
td.TdClassName
{
border-color: #91D99D;
}
.TagClassName
{
border-color: #91D99D;
}
</style>