Shades of Chinook #91D698
Tints of Chinook #91D698
RGB
CMYK
RGB Variations
Color information
#91D698 (or 0x91D698) is known color: Chinook. HEX triplet: 91, D6 and 98. RGB value is (145,214,152). Sum of RGB (Red+Green+Blue) = 145+214+152=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #91D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D698 is #6E2967. Grayscale: #BABABA. Windows color (decimal): -7219560 or 10016401. OLE color: 10016401.
HSL color Cylindrical-coordinate representation of color #91D698: hue angle of 126.09º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D698 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 152 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.16 |
| HSL | 126.09º | 0.46% | 0.7% | - |
| HSV(B) | 126.09º | 0.32% | 0.84% | - |
| XYZ | 41.39 | 56.38 | 38.41 | - |
| YUV | 186.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 152 | 0.32 | 0 | 0.29 | 0.16 | 126.09 | 0.46 | 0.7 |
| Hex | 91 | D6 | 98 | 20 | 0 | 1D | 10 | 7E | 2E | 46 |
| Octal | 221 | 326 | 230 | 40 | 0 | 35 | 20 | 176 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10011000 | 100000 | 0 | 11101 | 10000 | 1111110 | 101110 | 1000110 |
Color Harmonies of #91D698
Complementary color
Monochromatic Colors of #91D698
Black with #91D698
Text Example
Text Example
White with #91D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D698; }
p { color: rgb(145,214,152); }
H1.HeaderClassName
{
color: #91D698;
}
.AnyTagClassName
{
color: #91D698;
}
</style>
background-color css
<style>
a { background-color: #91D698; }
a { background-color: rgb(145,214,152); }
div.DivClassName
{
background-color: #91D698;
}
.BgClassName
{
background-color: #91D698;
}
</style>
border-color css
<style>
span { border-color: #91D698; }
span { border-color: rgb(145,214,152); }
td.TdClassName
{
border-color: #91D698;
}
.TagClassName
{
border-color: #91D698;
}
</style>