Shades of Chinook #92D59C
Tints of Chinook #92D59C
RGB
CMYK
RGB Variations
Color information
#92D59C (or 0x92D59C) is known color: Chinook. HEX triplet: 92, D5 and 9C. RGB value is (146,213,156). Sum of RGB (Red+Green+Blue) = 146+213+156=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #92D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D59C is #6D2A63. Grayscale: #BABABA. Windows color (decimal): -7154276 or 10278290. OLE color: 10278290.
HSL color Cylindrical-coordinate representation of color #92D59C: hue angle of 128.96º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D59C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 156 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.16 |
| HSL | 128.96º | 0.44% | 0.7% | - |
| HSV(B) | 128.96º | 0.31% | 0.84% | - |
| XYZ | 41.65 | 56.1 | 40.09 | - |
| YUV | 186.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 156 | 0.31 | 0 | 0.27 | 0.16 | 128.96 | 0.44 | 0.7 |
| Hex | 92 | D5 | 9C | 1F | 0 | 1B | 10 | 81 | 2C | 46 |
| Octal | 222 | 325 | 234 | 37 | 0 | 33 | 20 | 201 | 54 | 106 |
| Binary | 10010010 | 11010101 | 10011100 | 11111 | 0 | 11011 | 10000 | 10000001 | 101100 | 1000110 |
Color Harmonies of #92D59C
Complementary color
Monochromatic Colors of #92D59C
Black with #92D59C
Text Example
Text Example
White with #92D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D59C; }
p { color: rgb(146,213,156); }
H1.HeaderClassName
{
color: #92D59C;
}
.AnyTagClassName
{
color: #92D59C;
}
</style>
background-color css
<style>
a { background-color: #92D59C; }
a { background-color: rgb(146,213,156); }
div.DivClassName
{
background-color: #92D59C;
}
.BgClassName
{
background-color: #92D59C;
}
</style>
border-color css
<style>
span { border-color: #92D59C; }
span { border-color: rgb(146,213,156); }
td.TdClassName
{
border-color: #92D59C;
}
.TagClassName
{
border-color: #92D59C;
}
</style>