Shades of Chinook #91CCA1
Tints of Chinook #91CCA1
RGB
CMYK
RGB Variations
Color information
#91CCA1 (or 0x91CCA1) is known color: Chinook. HEX triplet: 91, CC and A1. RGB value is (145,204,161). Sum of RGB (Red+Green+Blue) = 145+204+161=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CCA1 is #6E335E. Grayscale: #B5B5B5. Windows color (decimal): -7222111 or 10603665. OLE color: 10603665.
HSL color Cylindrical-coordinate representation of color #91CCA1: hue angle of 136.27º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCA1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 161 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.2 |
| HSL | 136.27º | 0.37% | 0.68% | - |
| HSV(B) | 136.27º | 0.29% | 0.8% | - |
| XYZ | 39.7 | 51.78 | 41.62 | - |
| YUV | 181.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 161 | 0.29 | 0 | 0.21 | 0.2 | 136.27 | 0.37 | 0.68 |
| Hex | 91 | CC | A1 | 1D | 0 | 15 | 14 | 88 | 25 | 44 |
| Octal | 221 | 314 | 241 | 35 | 0 | 25 | 24 | 210 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10100001 | 11101 | 0 | 10101 | 10100 | 10001000 | 100101 | 1000100 |
Color Harmonies of #91CCA1
Complementary color
Monochromatic Colors of #91CCA1
Black with #91CCA1
Text Example
Text Example
White with #91CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCA1; }
p { color: rgb(145,204,161); }
H1.HeaderClassName
{
color: #91CCA1;
}
.AnyTagClassName
{
color: #91CCA1;
}
</style>
background-color css
<style>
a { background-color: #91CCA1; }
a { background-color: rgb(145,204,161); }
div.DivClassName
{
background-color: #91CCA1;
}
.BgClassName
{
background-color: #91CCA1;
}
</style>
border-color css
<style>
span { border-color: #91CCA1; }
span { border-color: rgb(145,204,161); }
td.TdClassName
{
border-color: #91CCA1;
}
.TagClassName
{
border-color: #91CCA1;
}
</style>