Shades of Chinook #92DE9E
Tints of Chinook #92DE9E
RGB
CMYK
RGB Variations
Color information
#92DE9E (or 0x92DE9E) is known color: Chinook. HEX triplet: 92, DE and 9E. RGB value is (146,222,158). Sum of RGB (Red+Green+Blue) = 146+222+158=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DE9E is #6D2161. Grayscale: #C0C0C0. Windows color (decimal): -7151970 or 10411666. OLE color: 10411666.
HSL color Cylindrical-coordinate representation of color #92DE9E: hue angle of 129.47º degrees, saturation: 0.54, 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 #92DE9E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 158 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.13 |
| HSL | 129.47º | 0.54% | 0.72% | - |
| HSV(B) | 129.47º | 0.34% | 0.87% | - |
| XYZ | 44.15 | 60.82 | 41.76 | - |
| YUV | 191.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 158 | 0.34 | 0 | 0.29 | 0.13 | 129.47 | 0.54 | 0.72 |
| Hex | 92 | DE | 9E | 22 | 0 | 1D | D | 81 | 36 | 48 |
| Octal | 222 | 336 | 236 | 42 | 0 | 35 | 15 | 201 | 66 | 110 |
| Binary | 10010010 | 11011110 | 10011110 | 100010 | 0 | 11101 | 1101 | 10000001 | 110110 | 1001000 |
Color Harmonies of #92DE9E
Complementary color
Monochromatic Colors of #92DE9E
Black with #92DE9E
Text Example
Text Example
White with #92DE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE9E; }
p { color: rgb(146,222,158); }
H1.HeaderClassName
{
color: #92DE9E;
}
.AnyTagClassName
{
color: #92DE9E;
}
</style>
background-color css
<style>
a { background-color: #92DE9E; }
a { background-color: rgb(146,222,158); }
div.DivClassName
{
background-color: #92DE9E;
}
.BgClassName
{
background-color: #92DE9E;
}
</style>
border-color css
<style>
span { border-color: #92DE9E; }
span { border-color: rgb(146,222,158); }
td.TdClassName
{
border-color: #92DE9E;
}
.TagClassName
{
border-color: #92DE9E;
}
</style>