Shades of Chinook #92C89F
Tints of Chinook #92C89F
RGB
CMYK
RGB Variations
Color information
#92C89F (or 0x92C89F) is known color: Chinook. HEX triplet: 92, C8 and 9F. RGB value is (146,200,159). Sum of RGB (Red+Green+Blue) = 146+200+159=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #92C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C89F is #6D3760. Grayscale: #B3B3B3. Windows color (decimal): -7157601 or 10471570. OLE color: 10471570.
HSL color Cylindrical-coordinate representation of color #92C89F: hue angle of 134.44º 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 #92C89F is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 159 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.22 |
| HSL | 134.44º | 0.33% | 0.68% | - |
| HSV(B) | 134.44º | 0.27% | 0.78% | - |
| XYZ | 38.77 | 49.92 | 40.39 | - |
| YUV | 179.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 159 | 0.27 | 0 | 0.20 | 0.22 | 134.44 | 0.33 | 0.68 |
| Hex | 92 | C8 | 9F | 1B | 0 | 14 | 16 | 86 | 21 | 44 |
| Octal | 222 | 310 | 237 | 33 | 0 | 24 | 26 | 206 | 41 | 104 |
| Binary | 10010010 | 11001000 | 10011111 | 11011 | 0 | 10100 | 10110 | 10000110 | 100001 | 1000100 |
Color Harmonies of #92C89F
Complementary color
Monochromatic Colors of #92C89F
Black with #92C89F
Text Example
Text Example
White with #92C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C89F; }
p { color: rgb(146,200,159); }
H1.HeaderClassName
{
color: #92C89F;
}
.AnyTagClassName
{
color: #92C89F;
}
</style>
background-color css
<style>
a { background-color: #92C89F; }
a { background-color: rgb(146,200,159); }
div.DivClassName
{
background-color: #92C89F;
}
.BgClassName
{
background-color: #92C89F;
}
</style>
border-color css
<style>
span { border-color: #92C89F; }
span { border-color: rgb(146,200,159); }
td.TdClassName
{
border-color: #92C89F;
}
.TagClassName
{
border-color: #92C89F;
}
</style>