Shades of Chinook #92D0A6
Tints of Chinook #92D0A6
RGB
CMYK
RGB Variations
Color information
#92D0A6 (or 0x92D0A6) is known color: Chinook. HEX triplet: 92, D0 and A6. RGB value is (146,208,166). Sum of RGB (Red+Green+Blue) = 146+208+166=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D0A6 is #6D2F59. Grayscale: #B8B8B8. Windows color (decimal): -7155546 or 10932370. OLE color: 10932370.
HSL color Cylindrical-coordinate representation of color #92D0A6: hue angle of 139.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0A6 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 166 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.18 |
| HSL | 139.35º | 0.4% | 0.69% | - |
| HSV(B) | 139.35º | 0.3% | 0.82% | - |
| XYZ | 41.29 | 53.98 | 44.32 | - |
| YUV | 184.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 166 | 0.30 | 0 | 0.20 | 0.18 | 139.35 | 0.4 | 0.69 |
| Hex | 92 | D0 | A6 | 1E | 0 | 14 | 12 | 8B | 28 | 45 |
| Octal | 222 | 320 | 246 | 36 | 0 | 24 | 22 | 213 | 50 | 105 |
| Binary | 10010010 | 11010000 | 10100110 | 11110 | 0 | 10100 | 10010 | 10001011 | 101000 | 1000101 |
Color Harmonies of #92D0A6
Complementary color
Monochromatic Colors of #92D0A6
Black with #92D0A6
Text Example
Text Example
White with #92D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0A6; }
p { color: rgb(146,208,166); }
H1.HeaderClassName
{
color: #92D0A6;
}
.AnyTagClassName
{
color: #92D0A6;
}
</style>
background-color css
<style>
a { background-color: #92D0A6; }
a { background-color: rgb(146,208,166); }
div.DivClassName
{
background-color: #92D0A6;
}
.BgClassName
{
background-color: #92D0A6;
}
</style>
border-color css
<style>
span { border-color: #92D0A6; }
span { border-color: rgb(146,208,166); }
td.TdClassName
{
border-color: #92D0A6;
}
.TagClassName
{
border-color: #92D0A6;
}
</style>