Shades of Chinook #92DDA0
Tints of Chinook #92DDA0
RGB
CMYK
RGB Variations
Color information
#92DDA0 (or 0x92DDA0) is known color: Chinook. HEX triplet: 92, DD and A0. RGB value is (146,221,160). Sum of RGB (Red+Green+Blue) = 146+221+160=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDA0 is #6D225F. Grayscale: #BFBFBF. Windows color (decimal): -7152224 or 10542482. OLE color: 10542482.
HSL color Cylindrical-coordinate representation of color #92DDA0: hue angle of 131.2º 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 #92DDA0 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 160 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.13 |
| HSL | 131.2º | 0.52% | 0.72% | - |
| HSV(B) | 131.2º | 0.34% | 0.87% | - |
| XYZ | 44.06 | 60.36 | 42.59 | - |
| YUV | 191.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 160 | 0.34 | 0 | 0.28 | 0.13 | 131.2 | 0.52 | 0.72 |
| Hex | 92 | DD | A0 | 22 | 0 | 1C | D | 83 | 34 | 48 |
| Octal | 222 | 335 | 240 | 42 | 0 | 34 | 15 | 203 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10100000 | 100010 | 0 | 11100 | 1101 | 10000011 | 110100 | 1001000 |
Color Harmonies of #92DDA0
Complementary color
Monochromatic Colors of #92DDA0
Black with #92DDA0
Text Example
Text Example
White with #92DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDA0; }
p { color: rgb(146,221,160); }
H1.HeaderClassName
{
color: #92DDA0;
}
.AnyTagClassName
{
color: #92DDA0;
}
</style>
background-color css
<style>
a { background-color: #92DDA0; }
a { background-color: rgb(146,221,160); }
div.DivClassName
{
background-color: #92DDA0;
}
.BgClassName
{
background-color: #92DDA0;
}
</style>
border-color css
<style>
span { border-color: #92DDA0; }
span { border-color: rgb(146,221,160); }
td.TdClassName
{
border-color: #92DDA0;
}
.TagClassName
{
border-color: #92DDA0;
}
</style>