Shades of Chinook #91D49A
Tints of Chinook #91D49A
RGB
CMYK
RGB Variations
Color information
#91D49A (or 0x91D49A) is known color: Chinook. HEX triplet: 91, D4 and 9A. RGB value is (145,212,154). Sum of RGB (Red+Green+Blue) = 145+212+154=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #91D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D49A is #6E2B65. Grayscale: #B9B9B9. Windows color (decimal): -7220070 or 10146961. OLE color: 10146961.
HSL color Cylindrical-coordinate representation of color #91D49A: hue angle of 128.06º 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 #91D49A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 154 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.17 |
| HSL | 128.06º | 0.44% | 0.7% | - |
| HSV(B) | 128.06º | 0.32% | 0.83% | - |
| XYZ | 41.05 | 55.44 | 39.11 | - |
| YUV | 185.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 154 | 0.32 | 0 | 0.27 | 0.17 | 128.06 | 0.44 | 0.7 |
| Hex | 91 | D4 | 9A | 20 | 0 | 1B | 11 | 80 | 2C | 46 |
| Octal | 221 | 324 | 232 | 40 | 0 | 33 | 21 | 200 | 54 | 106 |
| Binary | 10010001 | 11010100 | 10011010 | 100000 | 0 | 11011 | 10001 | 10000000 | 101100 | 1000110 |
Color Harmonies of #91D49A
Complementary color
Monochromatic Colors of #91D49A
Black with #91D49A
Text Example
Text Example
White with #91D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D49A; }
p { color: rgb(145,212,154); }
H1.HeaderClassName
{
color: #91D49A;
}
.AnyTagClassName
{
color: #91D49A;
}
</style>
background-color css
<style>
a { background-color: #91D49A; }
a { background-color: rgb(145,212,154); }
div.DivClassName
{
background-color: #91D49A;
}
.BgClassName
{
background-color: #91D49A;
}
</style>
border-color css
<style>
span { border-color: #91D49A; }
span { border-color: rgb(145,212,154); }
td.TdClassName
{
border-color: #91D49A;
}
.TagClassName
{
border-color: #91D49A;
}
</style>