Shades of Chinook #92C89E
Tints of Chinook #92C89E
RGB
CMYK
RGB Variations
Color information
#92C89E (or 0x92C89E) is known color: Chinook. HEX triplet: 92, C8 and 9E. RGB value is (146,200,158). Sum of RGB (Red+Green+Blue) = 146+200+158=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #92C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C89E is #6D3761. Grayscale: #B3B3B3. Windows color (decimal): -7157602 or 10406034. OLE color: 10406034.
HSL color Cylindrical-coordinate representation of color #92C89E: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C89E is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 158 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.22 |
| HSL | 133.33º | 0.33% | 0.68% | - |
| HSV(B) | 133.33º | 0.27% | 0.78% | - |
| XYZ | 38.68 | 49.89 | 39.94 | - |
| YUV | 179.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 158 | 0.27 | 0 | 0.21 | 0.22 | 133.33 | 0.33 | 0.68 |
| Hex | 92 | C8 | 9E | 1B | 0 | 15 | 16 | 85 | 21 | 44 |
| Octal | 222 | 310 | 236 | 33 | 0 | 25 | 26 | 205 | 41 | 104 |
| Binary | 10010010 | 11001000 | 10011110 | 11011 | 0 | 10101 | 10110 | 10000101 | 100001 | 1000100 |
Color Harmonies of #92C89E
Complementary color
Monochromatic Colors of #92C89E
Black with #92C89E
Text Example
Text Example
White with #92C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C89E; }
p { color: rgb(146,200,158); }
H1.HeaderClassName
{
color: #92C89E;
}
.AnyTagClassName
{
color: #92C89E;
}
</style>
background-color css
<style>
a { background-color: #92C89E; }
a { background-color: rgb(146,200,158); }
div.DivClassName
{
background-color: #92C89E;
}
.BgClassName
{
background-color: #92C89E;
}
</style>
border-color css
<style>
span { border-color: #92C89E; }
span { border-color: rgb(146,200,158); }
td.TdClassName
{
border-color: #92C89E;
}
.TagClassName
{
border-color: #92C89E;
}
</style>