Shades of Chinook #91D2A1
Tints of Chinook #91D2A1
RGB
CMYK
RGB Variations
Color information
#91D2A1 (or 0x91D2A1) is known color: Chinook. HEX triplet: 91, D2 and A1. RGB value is (145,210,161). Sum of RGB (Red+Green+Blue) = 145+210+161=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #91D2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D2A1 is #6E2D5E. Grayscale: #B9B9B9. Windows color (decimal): -7220575 or 10605201. OLE color: 10605201.
HSL color Cylindrical-coordinate representation of color #91D2A1: hue angle of 134.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D2A1 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 161 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.18 |
| HSL | 134.77º | 0.42% | 0.7% | - |
| HSV(B) | 134.77º | 0.31% | 0.82% | - |
| XYZ | 41.16 | 54.69 | 42.1 | - |
| YUV | 184.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 161 | 0.31 | 0 | 0.23 | 0.18 | 134.77 | 0.42 | 0.7 |
| Hex | 91 | D2 | A1 | 1F | 0 | 17 | 12 | 87 | 2A | 46 |
| Octal | 221 | 322 | 241 | 37 | 0 | 27 | 22 | 207 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10100001 | 11111 | 0 | 10111 | 10010 | 10000111 | 101010 | 1000110 |
Color Harmonies of #91D2A1
Complementary color
Monochromatic Colors of #91D2A1
Black with #91D2A1
Text Example
Text Example
White with #91D2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2A1; }
p { color: rgb(145,210,161); }
H1.HeaderClassName
{
color: #91D2A1;
}
.AnyTagClassName
{
color: #91D2A1;
}
</style>
background-color css
<style>
a { background-color: #91D2A1; }
a { background-color: rgb(145,210,161); }
div.DivClassName
{
background-color: #91D2A1;
}
.BgClassName
{
background-color: #91D2A1;
}
</style>
border-color css
<style>
span { border-color: #91D2A1; }
span { border-color: rgb(145,210,161); }
td.TdClassName
{
border-color: #91D2A1;
}
.TagClassName
{
border-color: #91D2A1;
}
</style>