Shades of Chinook #92DD9E
Tints of Chinook #92DD9E
RGB
CMYK
RGB Variations
Color information
#92DD9E (or 0x92DD9E) is known color: Chinook. HEX triplet: 92, DD and 9E. RGB value is (146,221,158). Sum of RGB (Red+Green+Blue) = 146+221+158=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD9E is #6D2261. Grayscale: #BFBFBF. Windows color (decimal): -7152226 or 10411410. OLE color: 10411410.
HSL color Cylindrical-coordinate representation of color #92DD9E: hue angle of 129.6º 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 #92DD9E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 158 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.13 |
| HSL | 129.6º | 0.52% | 0.72% | - |
| HSV(B) | 129.6º | 0.34% | 0.87% | - |
| XYZ | 43.88 | 60.29 | 41.67 | - |
| YUV | 191.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 158 | 0.34 | 0 | 0.29 | 0.13 | 129.6 | 0.52 | 0.72 |
| Hex | 92 | DD | 9E | 22 | 0 | 1D | D | 82 | 34 | 48 |
| Octal | 222 | 335 | 236 | 42 | 0 | 35 | 15 | 202 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10011110 | 100010 | 0 | 11101 | 1101 | 10000010 | 110100 | 1001000 |
Color Harmonies of #92DD9E
Complementary color
Monochromatic Colors of #92DD9E
Black with #92DD9E
Text Example
Text Example
White with #92DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD9E; }
p { color: rgb(146,221,158); }
H1.HeaderClassName
{
color: #92DD9E;
}
.AnyTagClassName
{
color: #92DD9E;
}
</style>
background-color css
<style>
a { background-color: #92DD9E; }
a { background-color: rgb(146,221,158); }
div.DivClassName
{
background-color: #92DD9E;
}
.BgClassName
{
background-color: #92DD9E;
}
</style>
border-color css
<style>
span { border-color: #92DD9E; }
span { border-color: rgb(146,221,158); }
td.TdClassName
{
border-color: #92DD9E;
}
.TagClassName
{
border-color: #92DD9E;
}
</style>