Shades of Chinook #91CB9D
Tints of Chinook #91CB9D
RGB
CMYK
RGB Variations
Color information
#91CB9D (or 0x91CB9D) is known color: Chinook. HEX triplet: 91, CB and 9D. RGB value is (145,203,157). Sum of RGB (Red+Green+Blue) = 145+203+157=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CB9D is #6E3462. Grayscale: #B4B4B4. Windows color (decimal): -7222371 or 10341265. OLE color: 10341265.
HSL color Cylindrical-coordinate representation of color #91CB9D: hue angle of 132.41º degrees, saturation: 0.36, 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 #91CB9D is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 157 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.20 |
| HSL | 132.41º | 0.36% | 0.68% | - |
| HSV(B) | 132.41º | 0.29% | 0.8% | - |
| XYZ | 39.12 | 51.17 | 39.71 | - |
| YUV | 180.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 157 | 0.29 | 0 | 0.23 | 0.20 | 132.41 | 0.36 | 0.68 |
| Hex | 91 | CB | 9D | 1D | 0 | 17 | 14 | 84 | 24 | 44 |
| Octal | 221 | 313 | 235 | 35 | 0 | 27 | 24 | 204 | 44 | 104 |
| Binary | 10010001 | 11001011 | 10011101 | 11101 | 0 | 10111 | 10100 | 10000100 | 100100 | 1000100 |
Color Harmonies of #91CB9D
Complementary color
Monochromatic Colors of #91CB9D
Black with #91CB9D
Text Example
Text Example
White with #91CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB9D; }
p { color: rgb(145,203,157); }
H1.HeaderClassName
{
color: #91CB9D;
}
.AnyTagClassName
{
color: #91CB9D;
}
</style>
background-color css
<style>
a { background-color: #91CB9D; }
a { background-color: rgb(145,203,157); }
div.DivClassName
{
background-color: #91CB9D;
}
.BgClassName
{
background-color: #91CB9D;
}
</style>
border-color css
<style>
span { border-color: #91CB9D; }
span { border-color: rgb(145,203,157); }
td.TdClassName
{
border-color: #91CB9D;
}
.TagClassName
{
border-color: #91CB9D;
}
</style>