Shades of Chinook #91D498
Tints of Chinook #91D498
RGB
CMYK
RGB Variations
Color information
#91D498 (or 0x91D498) is known color: Chinook. HEX triplet: 91, D4 and 98. RGB value is (145,212,152). Sum of RGB (Red+Green+Blue) = 145+212+152=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #91D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D498 is #6E2B67. Grayscale: #B9B9B9. Windows color (decimal): -7220072 or 10015889. OLE color: 10015889.
HSL color Cylindrical-coordinate representation of color #91D498: hue angle of 126.27º 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 #91D498 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 152 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.17 |
| HSL | 126.27º | 0.44% | 0.7% | - |
| HSV(B) | 126.27º | 0.32% | 0.83% | - |
| XYZ | 40.89 | 55.37 | 38.24 | - |
| YUV | 185.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 152 | 0.32 | 0 | 0.28 | 0.17 | 126.27 | 0.44 | 0.7 |
| Hex | 91 | D4 | 98 | 20 | 0 | 1C | 11 | 7E | 2C | 46 |
| Octal | 221 | 324 | 230 | 40 | 0 | 34 | 21 | 176 | 54 | 106 |
| Binary | 10010001 | 11010100 | 10011000 | 100000 | 0 | 11100 | 10001 | 1111110 | 101100 | 1000110 |
Color Harmonies of #91D498
Complementary color
Monochromatic Colors of #91D498
Black with #91D498
Text Example
Text Example
White with #91D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D498; }
p { color: rgb(145,212,152); }
H1.HeaderClassName
{
color: #91D498;
}
.AnyTagClassName
{
color: #91D498;
}
</style>
background-color css
<style>
a { background-color: #91D498; }
a { background-color: rgb(145,212,152); }
div.DivClassName
{
background-color: #91D498;
}
.BgClassName
{
background-color: #91D498;
}
</style>
border-color css
<style>
span { border-color: #91D498; }
span { border-color: rgb(145,212,152); }
td.TdClassName
{
border-color: #91D498;
}
.TagClassName
{
border-color: #91D498;
}
</style>