Shades of Chinook #92C79B
Tints of Chinook #92C79B
RGB
CMYK
RGB Variations
Color information
#92C79B (or 0x92C79B) is known color: Chinook. HEX triplet: 92, C7 and 9B. RGB value is (146,199,155). Sum of RGB (Red+Green+Blue) = 146+199+155=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #92C79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C79B is #6D3864. Grayscale: #B2B2B2. Windows color (decimal): -7157861 or 10209170. OLE color: 10209170.
HSL color Cylindrical-coordinate representation of color #92C79B: hue angle of 130.19º degrees, saturation: 0.32, 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 #92C79B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 155 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.22 |
| HSL | 130.19º | 0.32% | 0.68% | - |
| HSV(B) | 130.19º | 0.27% | 0.78% | - |
| XYZ | 38.19 | 49.32 | 38.52 | - |
| YUV | 178.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 155 | 0.27 | 0 | 0.22 | 0.22 | 130.19 | 0.32 | 0.68 |
| Hex | 92 | C7 | 9B | 1B | 0 | 16 | 16 | 82 | 20 | 44 |
| Octal | 222 | 307 | 233 | 33 | 0 | 26 | 26 | 202 | 40 | 104 |
| Binary | 10010010 | 11000111 | 10011011 | 11011 | 0 | 10110 | 10110 | 10000010 | 100000 | 1000100 |
Color Harmonies of #92C79B
Complementary color
Monochromatic Colors of #92C79B
Black with #92C79B
Text Example
Text Example
White with #92C79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C79B; }
p { color: rgb(146,199,155); }
H1.HeaderClassName
{
color: #92C79B;
}
.AnyTagClassName
{
color: #92C79B;
}
</style>
background-color css
<style>
a { background-color: #92C79B; }
a { background-color: rgb(146,199,155); }
div.DivClassName
{
background-color: #92C79B;
}
.BgClassName
{
background-color: #92C79B;
}
</style>
border-color css
<style>
span { border-color: #92C79B; }
span { border-color: rgb(146,199,155); }
td.TdClassName
{
border-color: #92C79B;
}
.TagClassName
{
border-color: #92C79B;
}
</style>