Shades of Chinook #92DC9C
Tints of Chinook #92DC9C
RGB
CMYK
RGB Variations
Color information
#92DC9C (or 0x92DC9C) is known color: Chinook. HEX triplet: 92, DC and 9C. RGB value is (146,220,156). Sum of RGB (Red+Green+Blue) = 146+220+156=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC9C is #6D2363. Grayscale: #BEBEBE. Windows color (decimal): -7152484 or 10280082. OLE color: 10280082.
HSL color Cylindrical-coordinate representation of color #92DC9C: hue angle of 128.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DC9C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 156 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.14 |
| HSL | 128.11º | 0.51% | 0.72% | - |
| HSV(B) | 128.11º | 0.34% | 0.86% | - |
| XYZ | 43.45 | 59.7 | 40.69 | - |
| YUV | 190.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 156 | 0.34 | 0 | 0.29 | 0.14 | 128.11 | 0.51 | 0.72 |
| Hex | 92 | DC | 9C | 22 | 0 | 1D | E | 80 | 33 | 48 |
| Octal | 222 | 334 | 234 | 42 | 0 | 35 | 16 | 200 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10011100 | 100010 | 0 | 11101 | 1110 | 10000000 | 110011 | 1001000 |
Color Harmonies of #92DC9C
Complementary color
Monochromatic Colors of #92DC9C
Black with #92DC9C
Text Example
Text Example
White with #92DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC9C; }
p { color: rgb(146,220,156); }
H1.HeaderClassName
{
color: #92DC9C;
}
.AnyTagClassName
{
color: #92DC9C;
}
</style>
background-color css
<style>
a { background-color: #92DC9C; }
a { background-color: rgb(146,220,156); }
div.DivClassName
{
background-color: #92DC9C;
}
.BgClassName
{
background-color: #92DC9C;
}
</style>
border-color css
<style>
span { border-color: #92DC9C; }
span { border-color: rgb(146,220,156); }
td.TdClassName
{
border-color: #92DC9C;
}
.TagClassName
{
border-color: #92DC9C;
}
</style>