Shades of Chinook #92DDA7
Tints of Chinook #92DDA7
RGB
CMYK
RGB Variations
Color information
#92DDA7 (or 0x92DDA7) is known color: Chinook. HEX triplet: 92, DD and A7. RGB value is (146,221,167). Sum of RGB (Red+Green+Blue) = 146+221+167=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDA7 is #6D2258. Grayscale: #C0C0C0. Windows color (decimal): -7152217 or 11001234. OLE color: 11001234.
HSL color Cylindrical-coordinate representation of color #92DDA7: hue angle of 136.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDA7 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 167 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.13 |
| HSL | 136.8º | 0.52% | 0.72% | - |
| HSV(B) | 136.8º | 0.34% | 0.87% | - |
| XYZ | 44.69 | 60.61 | 45.9 | - |
| YUV | 192.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 167 | 0.34 | 0 | 0.24 | 0.13 | 136.8 | 0.52 | 0.72 |
| Hex | 92 | DD | A7 | 22 | 0 | 18 | D | 89 | 34 | 48 |
| Octal | 222 | 335 | 247 | 42 | 0 | 30 | 15 | 211 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10100111 | 100010 | 0 | 11000 | 1101 | 10001001 | 110100 | 1001000 |
Color Harmonies of #92DDA7
Complementary color
Monochromatic Colors of #92DDA7
Black with #92DDA7
Text Example
Text Example
White with #92DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDA7; }
p { color: rgb(146,221,167); }
H1.HeaderClassName
{
color: #92DDA7;
}
.AnyTagClassName
{
color: #92DDA7;
}
</style>
background-color css
<style>
a { background-color: #92DDA7; }
a { background-color: rgb(146,221,167); }
div.DivClassName
{
background-color: #92DDA7;
}
.BgClassName
{
background-color: #92DDA7;
}
</style>
border-color css
<style>
span { border-color: #92DDA7; }
span { border-color: rgb(146,221,167); }
td.TdClassName
{
border-color: #92DDA7;
}
.TagClassName
{
border-color: #92DDA7;
}
</style>