Shades of Chinook #92CAA6
Tints of Chinook #92CAA6
RGB
CMYK
RGB Variations
Color information
#92CAA6 (or 0x92CAA6) is known color: Chinook. HEX triplet: 92, CA and A6. RGB value is (146,202,166). Sum of RGB (Red+Green+Blue) = 146+202+166=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #92CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CAA6 is #6D3559. Grayscale: #B5B5B5. Windows color (decimal): -7157082 or 10930834. OLE color: 10930834.
HSL color Cylindrical-coordinate representation of color #92CAA6: hue angle of 141.43º 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 #92CAA6 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 166 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.21 |
| HSL | 141.43º | 0.35% | 0.68% | - |
| HSV(B) | 141.43º | 0.28% | 0.79% | - |
| XYZ | 39.86 | 51.11 | 43.84 | - |
| YUV | 181.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 166 | 0.28 | 0 | 0.18 | 0.21 | 141.43 | 0.35 | 0.68 |
| Hex | 92 | CA | A6 | 1C | 0 | 12 | 15 | 8D | 23 | 44 |
| Octal | 222 | 312 | 246 | 34 | 0 | 22 | 25 | 215 | 43 | 104 |
| Binary | 10010010 | 11001010 | 10100110 | 11100 | 0 | 10010 | 10101 | 10001101 | 100011 | 1000100 |
Color Harmonies of #92CAA6
Complementary color
Monochromatic Colors of #92CAA6
Black with #92CAA6
Text Example
Text Example
White with #92CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CAA6; }
p { color: rgb(146,202,166); }
H1.HeaderClassName
{
color: #92CAA6;
}
.AnyTagClassName
{
color: #92CAA6;
}
</style>
background-color css
<style>
a { background-color: #92CAA6; }
a { background-color: rgb(146,202,166); }
div.DivClassName
{
background-color: #92CAA6;
}
.BgClassName
{
background-color: #92CAA6;
}
</style>
border-color css
<style>
span { border-color: #92CAA6; }
span { border-color: rgb(146,202,166); }
td.TdClassName
{
border-color: #92CAA6;
}
.TagClassName
{
border-color: #92CAA6;
}
</style>