Shades of Chinook #91D699
Tints of Chinook #91D699
RGB
CMYK
RGB Variations
Color information
#91D699 (or 0x91D699) is known color: Chinook. HEX triplet: 91, D6 and 99. RGB value is (145,214,153). Sum of RGB (Red+Green+Blue) = 145+214+153=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #91D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D699 is #6E2966. Grayscale: #BABABA. Windows color (decimal): -7219559 or 10081937. OLE color: 10081937.
HSL color Cylindrical-coordinate representation of color #91D699: hue angle of 126.96º 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 #91D699 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 153 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.16 |
| HSL | 126.96º | 0.46% | 0.7% | - |
| HSV(B) | 126.96º | 0.32% | 0.84% | - |
| XYZ | 41.47 | 56.41 | 38.84 | - |
| YUV | 186.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 153 | 0.32 | 0 | 0.29 | 0.16 | 126.96 | 0.46 | 0.7 |
| Hex | 91 | D6 | 99 | 20 | 0 | 1D | 10 | 7F | 2E | 46 |
| Octal | 221 | 326 | 231 | 40 | 0 | 35 | 20 | 177 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10011001 | 100000 | 0 | 11101 | 10000 | 1111111 | 101110 | 1000110 |
Color Harmonies of #91D699
Complementary color
Monochromatic Colors of #91D699
Black with #91D699
Text Example
Text Example
White with #91D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D699; }
p { color: rgb(145,214,153); }
H1.HeaderClassName
{
color: #91D699;
}
.AnyTagClassName
{
color: #91D699;
}
</style>
background-color css
<style>
a { background-color: #91D699; }
a { background-color: rgb(145,214,153); }
div.DivClassName
{
background-color: #91D699;
}
.BgClassName
{
background-color: #91D699;
}
</style>
border-color css
<style>
span { border-color: #91D699; }
span { border-color: rgb(145,214,153); }
td.TdClassName
{
border-color: #91D699;
}
.TagClassName
{
border-color: #91D699;
}
</style>