Shades of Chinook #91CA9D
Tints of Chinook #91CA9D
RGB
CMYK
RGB Variations
Color information
#91CA9D (or 0x91CA9D) is known color: Chinook. HEX triplet: 91, CA and 9D. RGB value is (145,202,157). Sum of RGB (Red+Green+Blue) = 145+202+157=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA9D is #6E3562. Grayscale: #B3B3B3. Windows color (decimal): -7222627 or 10341009. OLE color: 10341009.
HSL color Cylindrical-coordinate representation of color #91CA9D: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91CA9D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 157 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.21 |
| HSL | 132.63º | 0.35% | 0.68% | - |
| HSV(B) | 132.63º | 0.28% | 0.79% | - |
| XYZ | 38.88 | 50.7 | 39.63 | - |
| YUV | 179.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 157 | 0.28 | 0 | 0.22 | 0.21 | 132.63 | 0.35 | 0.68 |
| Hex | 91 | CA | 9D | 1C | 0 | 16 | 15 | 85 | 23 | 44 |
| Octal | 221 | 312 | 235 | 34 | 0 | 26 | 25 | 205 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10011101 | 11100 | 0 | 10110 | 10101 | 10000101 | 100011 | 1000100 |
Color Harmonies of #91CA9D
Complementary color
Monochromatic Colors of #91CA9D
Black with #91CA9D
Text Example
Text Example
White with #91CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA9D; }
p { color: rgb(145,202,157); }
H1.HeaderClassName
{
color: #91CA9D;
}
.AnyTagClassName
{
color: #91CA9D;
}
</style>
background-color css
<style>
a { background-color: #91CA9D; }
a { background-color: rgb(145,202,157); }
div.DivClassName
{
background-color: #91CA9D;
}
.BgClassName
{
background-color: #91CA9D;
}
</style>
border-color css
<style>
span { border-color: #91CA9D; }
span { border-color: rgb(145,202,157); }
td.TdClassName
{
border-color: #91CA9D;
}
.TagClassName
{
border-color: #91CA9D;
}
</style>