Shades of Chinook #92C89B
Tints of Chinook #92C89B
RGB
CMYK
RGB Variations
Color information
#92C89B (or 0x92C89B) is known color: Chinook. HEX triplet: 92, C8 and 9B. RGB value is (146,200,155). Sum of RGB (Red+Green+Blue) = 146+200+155=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #92C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C89B is #6D3764. Grayscale: #B2B2B2. Windows color (decimal): -7157605 or 10209426. OLE color: 10209426.
HSL color Cylindrical-coordinate representation of color #92C89B: hue angle of 130º 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 #92C89B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 155 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.22 |
| HSL | 130º | 0.33% | 0.68% | - |
| HSV(B) | 130º | 0.27% | 0.78% | - |
| XYZ | 38.42 | 49.79 | 38.59 | - |
| YUV | 178.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 155 | 0.27 | 0 | 0.22 | 0.22 | 130 | 0.33 | 0.68 |
| Hex | 92 | C8 | 9B | 1B | 0 | 16 | 16 | 82 | 21 | 44 |
| Octal | 222 | 310 | 233 | 33 | 0 | 26 | 26 | 202 | 41 | 104 |
| Binary | 10010010 | 11001000 | 10011011 | 11011 | 0 | 10110 | 10110 | 10000010 | 100001 | 1000100 |
Color Harmonies of #92C89B
Complementary color
Monochromatic Colors of #92C89B
Black with #92C89B
Text Example
Text Example
White with #92C89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C89B; }
p { color: rgb(146,200,155); }
H1.HeaderClassName
{
color: #92C89B;
}
.AnyTagClassName
{
color: #92C89B;
}
</style>
background-color css
<style>
a { background-color: #92C89B; }
a { background-color: rgb(146,200,155); }
div.DivClassName
{
background-color: #92C89B;
}
.BgClassName
{
background-color: #92C89B;
}
</style>
border-color css
<style>
span { border-color: #92C89B; }
span { border-color: rgb(146,200,155); }
td.TdClassName
{
border-color: #92C89B;
}
.TagClassName
{
border-color: #92C89B;
}
</style>