Shades of Chinook #91D29F
Tints of Chinook #91D29F
RGB
CMYK
RGB Variations
Color information
#91D29F (or 0x91D29F) is known color: Chinook. HEX triplet: 91, D2 and 9F. RGB value is (145,210,159). Sum of RGB (Red+Green+Blue) = 145+210+159=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #91D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D29F is #6E2D60. Grayscale: #B8B8B8. Windows color (decimal): -7220577 or 10474129. OLE color: 10474129.
HSL color Cylindrical-coordinate representation of color #91D29F: hue angle of 132.92º 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 #91D29F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 159 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.18 |
| HSL | 132.92º | 0.42% | 0.7% | - |
| HSV(B) | 132.92º | 0.31% | 0.82% | - |
| XYZ | 40.98 | 54.62 | 41.18 | - |
| YUV | 184.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 159 | 0.31 | 0 | 0.24 | 0.18 | 132.92 | 0.42 | 0.7 |
| Hex | 91 | D2 | 9F | 1F | 0 | 18 | 12 | 85 | 2A | 46 |
| Octal | 221 | 322 | 237 | 37 | 0 | 30 | 22 | 205 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10011111 | 11111 | 0 | 11000 | 10010 | 10000101 | 101010 | 1000110 |
Color Harmonies of #91D29F
Complementary color
Monochromatic Colors of #91D29F
Black with #91D29F
Text Example
Text Example
White with #91D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D29F; }
p { color: rgb(145,210,159); }
H1.HeaderClassName
{
color: #91D29F;
}
.AnyTagClassName
{
color: #91D29F;
}
</style>
background-color css
<style>
a { background-color: #91D29F; }
a { background-color: rgb(145,210,159); }
div.DivClassName
{
background-color: #91D29F;
}
.BgClassName
{
background-color: #91D29F;
}
</style>
border-color css
<style>
span { border-color: #91D29F; }
span { border-color: rgb(145,210,159); }
td.TdClassName
{
border-color: #91D29F;
}
.TagClassName
{
border-color: #91D29F;
}
</style>