Shades of Chinook #91CC9D
Tints of Chinook #91CC9D
RGB
CMYK
RGB Variations
Color information
#91CC9D (or 0x91CC9D) is known color: Chinook. HEX triplet: 91, CC and 9D. RGB value is (145,204,157). Sum of RGB (Red+Green+Blue) = 145+204+157=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #91CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CC9D is #6E3362. Grayscale: #B5B5B5. Windows color (decimal): -7222115 or 10341521. OLE color: 10341521.
HSL color Cylindrical-coordinate representation of color #91CC9D: hue angle of 132.2º 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 #91CC9D is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 157 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.2 |
| HSL | 132.2º | 0.37% | 0.68% | - |
| HSV(B) | 132.2º | 0.29% | 0.8% | - |
| XYZ | 39.36 | 51.64 | 39.79 | - |
| YUV | 181 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 157 | 0.29 | 0 | 0.23 | 0.2 | 132.2 | 0.37 | 0.68 |
| Hex | 91 | CC | 9D | 1D | 0 | 17 | 14 | 84 | 25 | 44 |
| Octal | 221 | 314 | 235 | 35 | 0 | 27 | 24 | 204 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10011101 | 11101 | 0 | 10111 | 10100 | 10000100 | 100101 | 1000100 |
Color Harmonies of #91CC9D
Complementary color
Monochromatic Colors of #91CC9D
Black with #91CC9D
Text Example
Text Example
White with #91CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CC9D; }
p { color: rgb(145,204,157); }
H1.HeaderClassName
{
color: #91CC9D;
}
.AnyTagClassName
{
color: #91CC9D;
}
</style>
background-color css
<style>
a { background-color: #91CC9D; }
a { background-color: rgb(145,204,157); }
div.DivClassName
{
background-color: #91CC9D;
}
.BgClassName
{
background-color: #91CC9D;
}
</style>
border-color css
<style>
span { border-color: #91CC9D; }
span { border-color: rgb(145,204,157); }
td.TdClassName
{
border-color: #91CC9D;
}
.TagClassName
{
border-color: #91CC9D;
}
</style>