Shades of Chinook #92DC9E
Tints of Chinook #92DC9E
RGB
CMYK
RGB Variations
Color information
#92DC9E (or 0x92DC9E) is known color: Chinook. HEX triplet: 92, DC and 9E. RGB value is (146,220,158). Sum of RGB (Red+Green+Blue) = 146+220+158=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC9E is #6D2361. Grayscale: #BEBEBE. Windows color (decimal): -7152482 or 10411154. OLE color: 10411154.
HSL color Cylindrical-coordinate representation of color #92DC9E: hue angle of 129.73º 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 #92DC9E is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 158 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.14 |
| HSL | 129.73º | 0.51% | 0.72% | - |
| HSV(B) | 129.73º | 0.34% | 0.86% | - |
| XYZ | 43.62 | 59.77 | 41.58 | - |
| YUV | 190.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 158 | 0.34 | 0 | 0.28 | 0.14 | 129.73 | 0.51 | 0.72 |
| Hex | 92 | DC | 9E | 22 | 0 | 1C | E | 82 | 33 | 48 |
| Octal | 222 | 334 | 236 | 42 | 0 | 34 | 16 | 202 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10011110 | 100010 | 0 | 11100 | 1110 | 10000010 | 110011 | 1001000 |
Color Harmonies of #92DC9E
Complementary color
Monochromatic Colors of #92DC9E
Black with #92DC9E
Text Example
Text Example
White with #92DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC9E; }
p { color: rgb(146,220,158); }
H1.HeaderClassName
{
color: #92DC9E;
}
.AnyTagClassName
{
color: #92DC9E;
}
</style>
background-color css
<style>
a { background-color: #92DC9E; }
a { background-color: rgb(146,220,158); }
div.DivClassName
{
background-color: #92DC9E;
}
.BgClassName
{
background-color: #92DC9E;
}
</style>
border-color css
<style>
span { border-color: #92DC9E; }
span { border-color: rgb(146,220,158); }
td.TdClassName
{
border-color: #92DC9E;
}
.TagClassName
{
border-color: #92DC9E;
}
</style>