Shades of Chinook #92DCA0
Tints of Chinook #92DCA0
RGB
CMYK
RGB Variations
Color information
#92DCA0 (or 0x92DCA0) is known color: Chinook. HEX triplet: 92, DC and A0. RGB value is (146,220,160). Sum of RGB (Red+Green+Blue) = 146+220+160=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCA0 is #6D235F. Grayscale: #BFBFBF. Windows color (decimal): -7152480 or 10542226. OLE color: 10542226.
HSL color Cylindrical-coordinate representation of color #92DCA0: hue angle of 131.35º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCA0 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 160 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.14 |
| HSL | 131.35º | 0.51% | 0.72% | - |
| HSV(B) | 131.35º | 0.34% | 0.86% | - |
| XYZ | 43.79 | 59.84 | 42.5 | - |
| YUV | 191.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 160 | 0.34 | 0 | 0.27 | 0.14 | 131.35 | 0.51 | 0.72 |
| Hex | 92 | DC | A0 | 22 | 0 | 1B | E | 83 | 33 | 48 |
| Octal | 222 | 334 | 240 | 42 | 0 | 33 | 16 | 203 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10100000 | 100010 | 0 | 11011 | 1110 | 10000011 | 110011 | 1001000 |
Color Harmonies of #92DCA0
Complementary color
Monochromatic Colors of #92DCA0
Black with #92DCA0
Text Example
Text Example
White with #92DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCA0; }
p { color: rgb(146,220,160); }
H1.HeaderClassName
{
color: #92DCA0;
}
.AnyTagClassName
{
color: #92DCA0;
}
</style>
background-color css
<style>
a { background-color: #92DCA0; }
a { background-color: rgb(146,220,160); }
div.DivClassName
{
background-color: #92DCA0;
}
.BgClassName
{
background-color: #92DCA0;
}
</style>
border-color css
<style>
span { border-color: #92DCA0; }
span { border-color: rgb(146,220,160); }
td.TdClassName
{
border-color: #92DCA0;
}
.TagClassName
{
border-color: #92DCA0;
}
</style>