Shades of Chinook #91D4A0
Tints of Chinook #91D4A0
RGB
CMYK
RGB Variations
Color information
#91D4A0 (or 0x91D4A0) is known color: Chinook. HEX triplet: 91, D4 and A0. RGB value is (145,212,160). Sum of RGB (Red+Green+Blue) = 145+212+160=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #91D4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D4A0 is #6E2B5F. Grayscale: #BABABA. Windows color (decimal): -7220064 or 10540177. OLE color: 10540177.
HSL color Cylindrical-coordinate representation of color #91D4A0: hue angle of 133.43º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D4A0 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 160 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.17 |
| HSL | 133.43º | 0.44% | 0.7% | - |
| HSV(B) | 133.43º | 0.32% | 0.83% | - |
| XYZ | 41.57 | 55.64 | 41.81 | - |
| YUV | 186.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 160 | 0.32 | 0 | 0.25 | 0.17 | 133.43 | 0.44 | 0.7 |
| Hex | 91 | D4 | A0 | 20 | 0 | 19 | 11 | 85 | 2C | 46 |
| Octal | 221 | 324 | 240 | 40 | 0 | 31 | 21 | 205 | 54 | 106 |
| Binary | 10010001 | 11010100 | 10100000 | 100000 | 0 | 11001 | 10001 | 10000101 | 101100 | 1000110 |
Color Harmonies of #91D4A0
Complementary color
Monochromatic Colors of #91D4A0
Black with #91D4A0
Text Example
Text Example
White with #91D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D4A0; }
p { color: rgb(145,212,160); }
H1.HeaderClassName
{
color: #91D4A0;
}
.AnyTagClassName
{
color: #91D4A0;
}
</style>
background-color css
<style>
a { background-color: #91D4A0; }
a { background-color: rgb(145,212,160); }
div.DivClassName
{
background-color: #91D4A0;
}
.BgClassName
{
background-color: #91D4A0;
}
</style>
border-color css
<style>
span { border-color: #91D4A0; }
span { border-color: rgb(145,212,160); }
td.TdClassName
{
border-color: #91D4A0;
}
.TagClassName
{
border-color: #91D4A0;
}
</style>