Shades of Chinook #91CDA5
Tints of Chinook #91CDA5
RGB
CMYK
RGB Variations
Color information
#91CDA5 (or 0x91CDA5) is known color: Chinook. HEX triplet: 91, CD and A5. RGB value is (145,205,165). Sum of RGB (Red+Green+Blue) = 145+205+165=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CDA5 is #6E325A. Grayscale: #B6B6B6. Windows color (decimal): -7221851 or 10866065. OLE color: 10866065.
HSL color Cylindrical-coordinate representation of color #91CDA5: hue angle of 140º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDA5 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 205 | 165 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.20 |
| HSL | 140º | 0.38% | 0.69% | - |
| HSV(B) | 140º | 0.29% | 0.8% | - |
| XYZ | 40.3 | 52.4 | 43.59 | - |
| YUV | 182.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 165 | 0.29 | 0 | 0.20 | 0.20 | 140 | 0.38 | 0.69 |
| Hex | 91 | CD | A5 | 1D | 0 | 14 | 14 | 8C | 26 | 45 |
| Octal | 221 | 315 | 245 | 35 | 0 | 24 | 24 | 214 | 46 | 105 |
| Binary | 10010001 | 11001101 | 10100101 | 11101 | 0 | 10100 | 10100 | 10001100 | 100110 | 1000101 |
Color Harmonies of #91CDA5
Complementary color
Monochromatic Colors of #91CDA5
Black with #91CDA5
Text Example
Text Example
White with #91CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDA5; }
p { color: rgb(145,205,165); }
H1.HeaderClassName
{
color: #91CDA5;
}
.AnyTagClassName
{
color: #91CDA5;
}
</style>
background-color css
<style>
a { background-color: #91CDA5; }
a { background-color: rgb(145,205,165); }
div.DivClassName
{
background-color: #91CDA5;
}
.BgClassName
{
background-color: #91CDA5;
}
</style>
border-color css
<style>
span { border-color: #91CDA5; }
span { border-color: rgb(145,205,165); }
td.TdClassName
{
border-color: #91CDA5;
}
.TagClassName
{
border-color: #91CDA5;
}
</style>