Shades of Chinook #91D298
Tints of Chinook #91D298
RGB
CMYK
RGB Variations
Color information
#91D298 (or 0x91D298) is known color: Chinook. HEX triplet: 91, D2 and 98. RGB value is (145,210,152). Sum of RGB (Red+Green+Blue) = 145+210+152=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #91D298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D298 is #6E2D67. Grayscale: #B8B8B8. Windows color (decimal): -7220584 or 10015377. OLE color: 10015377.
HSL color Cylindrical-coordinate representation of color #91D298: hue angle of 126.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D298 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 152 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.18 |
| HSL | 126.46º | 0.42% | 0.7% | - |
| HSV(B) | 126.46º | 0.31% | 0.82% | - |
| XYZ | 40.39 | 54.38 | 38.07 | - |
| YUV | 183.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 152 | 0.31 | 0 | 0.28 | 0.18 | 126.46 | 0.42 | 0.7 |
| Hex | 91 | D2 | 98 | 1F | 0 | 1C | 12 | 7E | 2A | 46 |
| Octal | 221 | 322 | 230 | 37 | 0 | 34 | 22 | 176 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10011000 | 11111 | 0 | 11100 | 10010 | 1111110 | 101010 | 1000110 |
Color Harmonies of #91D298
Complementary color
Monochromatic Colors of #91D298
Black with #91D298
Text Example
Text Example
White with #91D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D298; }
p { color: rgb(145,210,152); }
H1.HeaderClassName
{
color: #91D298;
}
.AnyTagClassName
{
color: #91D298;
}
</style>
background-color css
<style>
a { background-color: #91D298; }
a { background-color: rgb(145,210,152); }
div.DivClassName
{
background-color: #91D298;
}
.BgClassName
{
background-color: #91D298;
}
</style>
border-color css
<style>
span { border-color: #91D298; }
span { border-color: rgb(145,210,152); }
td.TdClassName
{
border-color: #91D298;
}
.TagClassName
{
border-color: #91D298;
}
</style>