Shades of Chinook #92D89B
Tints of Chinook #92D89B
RGB
CMYK
RGB Variations
Color information
#92D89B (or 0x92D89B) is known color: Chinook. HEX triplet: 92, D8 and 9B. RGB value is (146,216,155). Sum of RGB (Red+Green+Blue) = 146+216+155=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #92D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D89B is #6D2764. Grayscale: #BCBCBC. Windows color (decimal): -7153509 or 10213522. OLE color: 10213522.
HSL color Cylindrical-coordinate representation of color #92D89B: hue angle of 127.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D89B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 155 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.15 |
| HSL | 127.71º | 0.47% | 0.71% | - |
| HSV(B) | 127.71º | 0.32% | 0.85% | - |
| XYZ | 42.33 | 57.59 | 39.9 | - |
| YUV | 188.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 155 | 0.32 | 0 | 0.28 | 0.15 | 127.71 | 0.47 | 0.71 |
| Hex | 92 | D8 | 9B | 20 | 0 | 1C | F | 80 | 2F | 47 |
| Octal | 222 | 330 | 233 | 40 | 0 | 34 | 17 | 200 | 57 | 107 |
| Binary | 10010010 | 11011000 | 10011011 | 100000 | 0 | 11100 | 1111 | 10000000 | 101111 | 1000111 |
Color Harmonies of #92D89B
Complementary color
Monochromatic Colors of #92D89B
Black with #92D89B
Text Example
Text Example
White with #92D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D89B; }
p { color: rgb(146,216,155); }
H1.HeaderClassName
{
color: #92D89B;
}
.AnyTagClassName
{
color: #92D89B;
}
</style>
background-color css
<style>
a { background-color: #92D89B; }
a { background-color: rgb(146,216,155); }
div.DivClassName
{
background-color: #92D89B;
}
.BgClassName
{
background-color: #92D89B;
}
</style>
border-color css
<style>
span { border-color: #92D89B; }
span { border-color: rgb(146,216,155); }
td.TdClassName
{
border-color: #92D89B;
}
.TagClassName
{
border-color: #92D89B;
}
</style>