Shades of Chinook #91D2A7
Tints of Chinook #91D2A7
RGB
CMYK
RGB Variations
Color information
#91D2A7 (or 0x91D2A7) is known color: Chinook. HEX triplet: 91, D2 and A7. RGB value is (145,210,167). Sum of RGB (Red+Green+Blue) = 145+210+167=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #91D2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D2A7 is #6E2D58. Grayscale: #B9B9B9. Windows color (decimal): -7220569 or 10998417. OLE color: 10998417.
HSL color Cylindrical-coordinate representation of color #91D2A7: hue angle of 140.31º 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 #91D2A7 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 167 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.18 |
| HSL | 140.31º | 0.42% | 0.7% | - |
| HSV(B) | 140.31º | 0.31% | 0.82% | - |
| XYZ | 41.7 | 54.9 | 44.96 | - |
| YUV | 185.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 167 | 0.31 | 0 | 0.20 | 0.18 | 140.31 | 0.42 | 0.7 |
| Hex | 91 | D2 | A7 | 1F | 0 | 14 | 12 | 8C | 2A | 46 |
| Octal | 221 | 322 | 247 | 37 | 0 | 24 | 22 | 214 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10100111 | 11111 | 0 | 10100 | 10010 | 10001100 | 101010 | 1000110 |
Color Harmonies of #91D2A7
Complementary color
Monochromatic Colors of #91D2A7
Black with #91D2A7
Text Example
Text Example
White with #91D2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2A7; }
p { color: rgb(145,210,167); }
H1.HeaderClassName
{
color: #91D2A7;
}
.AnyTagClassName
{
color: #91D2A7;
}
</style>
background-color css
<style>
a { background-color: #91D2A7; }
a { background-color: rgb(145,210,167); }
div.DivClassName
{
background-color: #91D2A7;
}
.BgClassName
{
background-color: #91D2A7;
}
</style>
border-color css
<style>
span { border-color: #91D2A7; }
span { border-color: rgb(145,210,167); }
td.TdClassName
{
border-color: #91D2A7;
}
.TagClassName
{
border-color: #91D2A7;
}
</style>