Shades of Chinook #91D2A3
Tints of Chinook #91D2A3
RGB
CMYK
RGB Variations
Color information
#91D2A3 (or 0x91D2A3) is known color: Chinook. HEX triplet: 91, D2 and A3. RGB value is (145,210,163). Sum of RGB (Red+Green+Blue) = 145+210+163=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #91D2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D2A3 is #6E2D5C. Grayscale: #B9B9B9. Windows color (decimal): -7220573 or 10736273. OLE color: 10736273.
HSL color Cylindrical-coordinate representation of color #91D2A3: hue angle of 136.62º 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 #91D2A3 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 163 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.18 |
| HSL | 136.62º | 0.42% | 0.7% | - |
| HSV(B) | 136.62º | 0.31% | 0.82% | - |
| XYZ | 41.33 | 54.76 | 43.04 | - |
| YUV | 185.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 163 | 0.31 | 0 | 0.22 | 0.18 | 136.62 | 0.42 | 0.7 |
| Hex | 91 | D2 | A3 | 1F | 0 | 16 | 12 | 89 | 2A | 46 |
| Octal | 221 | 322 | 243 | 37 | 0 | 26 | 22 | 211 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10100011 | 11111 | 0 | 10110 | 10010 | 10001001 | 101010 | 1000110 |
Color Harmonies of #91D2A3
Complementary color
Monochromatic Colors of #91D2A3
Black with #91D2A3
Text Example
Text Example
White with #91D2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2A3; }
p { color: rgb(145,210,163); }
H1.HeaderClassName
{
color: #91D2A3;
}
.AnyTagClassName
{
color: #91D2A3;
}
</style>
background-color css
<style>
a { background-color: #91D2A3; }
a { background-color: rgb(145,210,163); }
div.DivClassName
{
background-color: #91D2A3;
}
.BgClassName
{
background-color: #91D2A3;
}
</style>
border-color css
<style>
span { border-color: #91D2A3; }
span { border-color: rgb(145,210,163); }
td.TdClassName
{
border-color: #91D2A3;
}
.TagClassName
{
border-color: #91D2A3;
}
</style>