Shades of Chinook #91CA9A
Tints of Chinook #91CA9A
RGB
CMYK
RGB Variations
Color information
#91CA9A (or 0x91CA9A) is known color: Chinook. HEX triplet: 91, CA and 9A. RGB value is (145,202,154). Sum of RGB (Red+Green+Blue) = 145+202+154=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA9A is #6E3565. Grayscale: #B3B3B3. Windows color (decimal): -7222630 or 10144401. OLE color: 10144401.
HSL color Cylindrical-coordinate representation of color #91CA9A: hue angle of 129.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91CA9A is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 154 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.21 |
| HSL | 129.47º | 0.35% | 0.68% | - |
| HSV(B) | 129.47º | 0.28% | 0.79% | - |
| XYZ | 38.63 | 50.59 | 38.3 | - |
| YUV | 179.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 154 | 0.28 | 0 | 0.24 | 0.21 | 129.47 | 0.35 | 0.68 |
| Hex | 91 | CA | 9A | 1C | 0 | 18 | 15 | 81 | 23 | 44 |
| Octal | 221 | 312 | 232 | 34 | 0 | 30 | 25 | 201 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10011010 | 11100 | 0 | 11000 | 10101 | 10000001 | 100011 | 1000100 |
Color Harmonies of #91CA9A
Complementary color
Monochromatic Colors of #91CA9A
Black with #91CA9A
Text Example
Text Example
White with #91CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA9A; }
p { color: rgb(145,202,154); }
H1.HeaderClassName
{
color: #91CA9A;
}
.AnyTagClassName
{
color: #91CA9A;
}
</style>
background-color css
<style>
a { background-color: #91CA9A; }
a { background-color: rgb(145,202,154); }
div.DivClassName
{
background-color: #91CA9A;
}
.BgClassName
{
background-color: #91CA9A;
}
</style>
border-color css
<style>
span { border-color: #91CA9A; }
span { border-color: rgb(145,202,154); }
td.TdClassName
{
border-color: #91CA9A;
}
.TagClassName
{
border-color: #91CA9A;
}
</style>