Shades of Chinook #92C99A
Tints of Chinook #92C99A
RGB
CMYK
RGB Variations
Color information
#92C99A (or 0x92C99A) is known color: Chinook. HEX triplet: 92, C9 and 9A. RGB value is (146,201,154). Sum of RGB (Red+Green+Blue) = 146+201+154=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #92C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C99A is #6D3665. Grayscale: #B3B3B3. Windows color (decimal): -7157350 or 10144146. OLE color: 10144146.
HSL color Cylindrical-coordinate representation of color #92C99A: hue angle of 128.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C99A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 154 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.21 |
| HSL | 128.73º | 0.34% | 0.68% | - |
| HSV(B) | 128.73º | 0.27% | 0.79% | - |
| XYZ | 38.57 | 50.22 | 38.23 | - |
| YUV | 179.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 154 | 0.27 | 0 | 0.23 | 0.21 | 128.73 | 0.34 | 0.68 |
| Hex | 92 | C9 | 9A | 1B | 0 | 17 | 15 | 81 | 22 | 44 |
| Octal | 222 | 311 | 232 | 33 | 0 | 27 | 25 | 201 | 42 | 104 |
| Binary | 10010010 | 11001001 | 10011010 | 11011 | 0 | 10111 | 10101 | 10000001 | 100010 | 1000100 |
Color Harmonies of #92C99A
Complementary color
Monochromatic Colors of #92C99A
Black with #92C99A
Text Example
Text Example
White with #92C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C99A; }
p { color: rgb(146,201,154); }
H1.HeaderClassName
{
color: #92C99A;
}
.AnyTagClassName
{
color: #92C99A;
}
</style>
background-color css
<style>
a { background-color: #92C99A; }
a { background-color: rgb(146,201,154); }
div.DivClassName
{
background-color: #92C99A;
}
.BgClassName
{
background-color: #92C99A;
}
</style>
border-color css
<style>
span { border-color: #92C99A; }
span { border-color: rgb(146,201,154); }
td.TdClassName
{
border-color: #92C99A;
}
.TagClassName
{
border-color: #92C99A;
}
</style>