Shades of Chinook #91DA9B
Tints of Chinook #91DA9B
RGB
CMYK
RGB Variations
Color information
#91DA9B (or 0x91DA9B) is known color: Chinook. HEX triplet: 91, DA and 9B. RGB value is (145,218,155). Sum of RGB (Red+Green+Blue) = 145+218+155=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DA9B is #6E2564. Grayscale: #BDBDBD. Windows color (decimal): -7218533 or 10214033. OLE color: 10214033.
HSL color Cylindrical-coordinate representation of color #91DA9B: hue angle of 128.22º degrees, saturation: 0.5, 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 #91DA9B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 155 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.15 |
| HSL | 128.22º | 0.5% | 0.71% | - |
| HSV(B) | 128.22º | 0.33% | 0.85% | - |
| XYZ | 42.66 | 58.53 | 40.06 | - |
| YUV | 188.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 155 | 0.33 | 0 | 0.29 | 0.15 | 128.22 | 0.5 | 0.71 |
| Hex | 91 | DA | 9B | 21 | 0 | 1D | F | 80 | 32 | 47 |
| Octal | 221 | 332 | 233 | 41 | 0 | 35 | 17 | 200 | 62 | 107 |
| Binary | 10010001 | 11011010 | 10011011 | 100001 | 0 | 11101 | 1111 | 10000000 | 110010 | 1000111 |
Color Harmonies of #91DA9B
Complementary color
Monochromatic Colors of #91DA9B
Black with #91DA9B
Text Example
Text Example
White with #91DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA9B; }
p { color: rgb(145,218,155); }
H1.HeaderClassName
{
color: #91DA9B;
}
.AnyTagClassName
{
color: #91DA9B;
}
</style>
background-color css
<style>
a { background-color: #91DA9B; }
a { background-color: rgb(145,218,155); }
div.DivClassName
{
background-color: #91DA9B;
}
.BgClassName
{
background-color: #91DA9B;
}
</style>
border-color css
<style>
span { border-color: #91DA9B; }
span { border-color: rgb(145,218,155); }
td.TdClassName
{
border-color: #91DA9B;
}
.TagClassName
{
border-color: #91DA9B;
}
</style>