Shades of Chinook #92EBA6
Tints of Chinook #92EBA6
RGB
CMYK
RGB Variations
Color information
#92EBA6 (or 0x92EBA6) is known color: Chinook. HEX triplet: 92, EB and A6. RGB value is (146,235,166). Sum of RGB (Red+Green+Blue) = 146+235+166=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBA6 is #6D1459. Grayscale: #C8C8C8. Windows color (decimal): -7148634 or 10939282. OLE color: 10939282.
HSL color Cylindrical-coordinate representation of color #92EBA6: hue angle of 133.48º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBA6 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 235 | 166 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.08 |
| HSL | 133.48º | 0.69% | 0.75% | - |
| HSV(B) | 133.48º | 0.38% | 0.92% | - |
| XYZ | 48.45 | 68.28 | 46.7 | - |
| YUV | 200.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 235 | 166 | 0.38 | 0 | 0.29 | 0.08 | 133.48 | 0.69 | 0.75 |
| Hex | 92 | EB | A6 | 26 | 0 | 1D | 8 | 85 | 45 | 4B |
| Octal | 222 | 353 | 246 | 46 | 0 | 35 | 10 | 205 | 105 | 113 |
| Binary | 10010010 | 11101011 | 10100110 | 100110 | 0 | 11101 | 1000 | 10000101 | 1000101 | 1001011 |
Color Harmonies of #92EBA6
Complementary color
Monochromatic Colors of #92EBA6
Black with #92EBA6
Text Example
Text Example
White with #92EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EBA6; }
p { color: rgb(146,235,166); }
H1.HeaderClassName
{
color: #92EBA6;
}
.AnyTagClassName
{
color: #92EBA6;
}
</style>
background-color css
<style>
a { background-color: #92EBA6; }
a { background-color: rgb(146,235,166); }
div.DivClassName
{
background-color: #92EBA6;
}
.BgClassName
{
background-color: #92EBA6;
}
</style>
border-color css
<style>
span { border-color: #92EBA6; }
span { border-color: rgb(146,235,166); }
td.TdClassName
{
border-color: #92EBA6;
}
.TagClassName
{
border-color: #92EBA6;
}
</style>