Shades of Chinook #92CA9D
Tints of Chinook #92CA9D
RGB
CMYK
RGB Variations
Color information
#92CA9D (or 0x92CA9D) is known color: Chinook. HEX triplet: 92, CA and 9D. RGB value is (146,202,157). Sum of RGB (Red+Green+Blue) = 146+202+157=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA9D is #6D3562. Grayscale: #B4B4B4. Windows color (decimal): -7157091 or 10341010. OLE color: 10341010.
HSL color Cylindrical-coordinate representation of color #92CA9D: hue angle of 131.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CA9D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 157 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.21 |
| HSL | 131.79º | 0.35% | 0.68% | - |
| HSV(B) | 131.79º | 0.28% | 0.79% | - |
| XYZ | 39.06 | 50.79 | 39.64 | - |
| YUV | 180.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 157 | 0.28 | 0 | 0.22 | 0.21 | 131.79 | 0.35 | 0.68 |
| Hex | 92 | CA | 9D | 1C | 0 | 16 | 15 | 84 | 23 | 44 |
| Octal | 222 | 312 | 235 | 34 | 0 | 26 | 25 | 204 | 43 | 104 |
| Binary | 10010010 | 11001010 | 10011101 | 11100 | 0 | 10110 | 10101 | 10000100 | 100011 | 1000100 |
Color Harmonies of #92CA9D
Complementary color
Monochromatic Colors of #92CA9D
Black with #92CA9D
Text Example
Text Example
White with #92CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA9D; }
p { color: rgb(146,202,157); }
H1.HeaderClassName
{
color: #92CA9D;
}
.AnyTagClassName
{
color: #92CA9D;
}
</style>
background-color css
<style>
a { background-color: #92CA9D; }
a { background-color: rgb(146,202,157); }
div.DivClassName
{
background-color: #92CA9D;
}
.BgClassName
{
background-color: #92CA9D;
}
</style>
border-color css
<style>
span { border-color: #92CA9D; }
span { border-color: rgb(146,202,157); }
td.TdClassName
{
border-color: #92CA9D;
}
.TagClassName
{
border-color: #92CA9D;
}
</style>