Shades of Chinook #91D29E
Tints of Chinook #91D29E
RGB
CMYK
RGB Variations
Color information
#91D29E (or 0x91D29E) is known color: Chinook. HEX triplet: 91, D2 and 9E. RGB value is (145,210,158). Sum of RGB (Red+Green+Blue) = 145+210+158=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #91D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D29E is #6E2D61. Grayscale: #B8B8B8. Windows color (decimal): -7220578 or 10408593. OLE color: 10408593.
HSL color Cylindrical-coordinate representation of color #91D29E: hue angle of 132º 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 #91D29E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 158 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.18 |
| HSL | 132º | 0.42% | 0.7% | - |
| HSV(B) | 132º | 0.31% | 0.82% | - |
| XYZ | 40.9 | 54.58 | 40.73 | - |
| YUV | 184.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 158 | 0.31 | 0 | 0.25 | 0.18 | 132 | 0.42 | 0.7 |
| Hex | 91 | D2 | 9E | 1F | 0 | 19 | 12 | 84 | 2A | 46 |
| Octal | 221 | 322 | 236 | 37 | 0 | 31 | 22 | 204 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10011110 | 11111 | 0 | 11001 | 10010 | 10000100 | 101010 | 1000110 |
Color Harmonies of #91D29E
Complementary color
Monochromatic Colors of #91D29E
Black with #91D29E
Text Example
Text Example
White with #91D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D29E; }
p { color: rgb(145,210,158); }
H1.HeaderClassName
{
color: #91D29E;
}
.AnyTagClassName
{
color: #91D29E;
}
</style>
background-color css
<style>
a { background-color: #91D29E; }
a { background-color: rgb(145,210,158); }
div.DivClassName
{
background-color: #91D29E;
}
.BgClassName
{
background-color: #91D29E;
}
</style>
border-color css
<style>
span { border-color: #91D29E; }
span { border-color: rgb(145,210,158); }
td.TdClassName
{
border-color: #91D29E;
}
.TagClassName
{
border-color: #91D29E;
}
</style>