Shades of Chinook #92DD9F
Tints of Chinook #92DD9F
RGB
CMYK
RGB Variations
Color information
#92DD9F (or 0x92DD9F) is known color: Chinook. HEX triplet: 92, DD and 9F. RGB value is (146,221,159). Sum of RGB (Red+Green+Blue) = 146+221+159=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD9F is #6D2260. Grayscale: #BFBFBF. Windows color (decimal): -7152225 or 10476946. OLE color: 10476946.
HSL color Cylindrical-coordinate representation of color #92DD9F: hue angle of 130.4º 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 #92DD9F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 159 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.13 |
| HSL | 130.4º | 0.52% | 0.72% | - |
| HSV(B) | 130.4º | 0.34% | 0.87% | - |
| XYZ | 43.97 | 60.33 | 42.13 | - |
| YUV | 191.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 159 | 0.34 | 0 | 0.28 | 0.13 | 130.4 | 0.52 | 0.72 |
| Hex | 92 | DD | 9F | 22 | 0 | 1C | D | 82 | 34 | 48 |
| Octal | 222 | 335 | 237 | 42 | 0 | 34 | 15 | 202 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10011111 | 100010 | 0 | 11100 | 1101 | 10000010 | 110100 | 1001000 |
Color Harmonies of #92DD9F
Complementary color
Monochromatic Colors of #92DD9F
Black with #92DD9F
Text Example
Text Example
White with #92DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD9F; }
p { color: rgb(146,221,159); }
H1.HeaderClassName
{
color: #92DD9F;
}
.AnyTagClassName
{
color: #92DD9F;
}
</style>
background-color css
<style>
a { background-color: #92DD9F; }
a { background-color: rgb(146,221,159); }
div.DivClassName
{
background-color: #92DD9F;
}
.BgClassName
{
background-color: #92DD9F;
}
</style>
border-color css
<style>
span { border-color: #92DD9F; }
span { border-color: rgb(146,221,159); }
td.TdClassName
{
border-color: #92DD9F;
}
.TagClassName
{
border-color: #92DD9F;
}
</style>