Shades of Chinook #92DD9C
Tints of Chinook #92DD9C
RGB
CMYK
RGB Variations
Color information
#92DD9C (or 0x92DD9C) is known color: Chinook. HEX triplet: 92, DD and 9C. RGB value is (146,221,156). Sum of RGB (Red+Green+Blue) = 146+221+156=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD9C is #6D2263. Grayscale: #BFBFBF. Windows color (decimal): -7152228 or 10280338. OLE color: 10280338.
HSL color Cylindrical-coordinate representation of color #92DD9C: hue angle of 128º 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 #92DD9C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 156 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.13 |
| HSL | 128º | 0.52% | 0.72% | - |
| HSV(B) | 128º | 0.34% | 0.87% | - |
| XYZ | 43.71 | 60.22 | 40.77 | - |
| YUV | 191.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 156 | 0.34 | 0 | 0.29 | 0.13 | 128 | 0.52 | 0.72 |
| Hex | 92 | DD | 9C | 22 | 0 | 1D | D | 80 | 34 | 48 |
| Octal | 222 | 335 | 234 | 42 | 0 | 35 | 15 | 200 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10011100 | 100010 | 0 | 11101 | 1101 | 10000000 | 110100 | 1001000 |
Color Harmonies of #92DD9C
Complementary color
Monochromatic Colors of #92DD9C
Black with #92DD9C
Text Example
Text Example
White with #92DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD9C; }
p { color: rgb(146,221,156); }
H1.HeaderClassName
{
color: #92DD9C;
}
.AnyTagClassName
{
color: #92DD9C;
}
</style>
background-color css
<style>
a { background-color: #92DD9C; }
a { background-color: rgb(146,221,156); }
div.DivClassName
{
background-color: #92DD9C;
}
.BgClassName
{
background-color: #92DD9C;
}
</style>
border-color css
<style>
span { border-color: #92DD9C; }
span { border-color: rgb(146,221,156); }
td.TdClassName
{
border-color: #92DD9C;
}
.TagClassName
{
border-color: #92DD9C;
}
</style>