Shades of Chinook #92CBA1
Tints of Chinook #92CBA1
RGB
CMYK
RGB Variations
Color information
#92CBA1 (or 0x92CBA1) is known color: Chinook. HEX triplet: 92, CB and A1. RGB value is (146,203,161). Sum of RGB (Red+Green+Blue) = 146+203+161=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #92CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CBA1 is #6D345E. Grayscale: #B5B5B5. Windows color (decimal): -7156831 or 10603410. OLE color: 10603410.
HSL color Cylindrical-coordinate representation of color #92CBA1: hue angle of 135.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CBA1 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 161 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.20 |
| HSL | 135.79º | 0.35% | 0.68% | - |
| HSV(B) | 135.79º | 0.28% | 0.8% | - |
| XYZ | 39.64 | 51.4 | 41.55 | - |
| YUV | 181.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 161 | 0.28 | 0 | 0.21 | 0.20 | 135.79 | 0.35 | 0.68 |
| Hex | 92 | CB | A1 | 1C | 0 | 15 | 14 | 88 | 23 | 44 |
| Octal | 222 | 313 | 241 | 34 | 0 | 25 | 24 | 210 | 43 | 104 |
| Binary | 10010010 | 11001011 | 10100001 | 11100 | 0 | 10101 | 10100 | 10001000 | 100011 | 1000100 |
Color Harmonies of #92CBA1
Complementary color
Monochromatic Colors of #92CBA1
Black with #92CBA1
Text Example
Text Example
White with #92CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBA1; }
p { color: rgb(146,203,161); }
H1.HeaderClassName
{
color: #92CBA1;
}
.AnyTagClassName
{
color: #92CBA1;
}
</style>
background-color css
<style>
a { background-color: #92CBA1; }
a { background-color: rgb(146,203,161); }
div.DivClassName
{
background-color: #92CBA1;
}
.BgClassName
{
background-color: #92CBA1;
}
</style>
border-color css
<style>
span { border-color: #92CBA1; }
span { border-color: rgb(146,203,161); }
td.TdClassName
{
border-color: #92CBA1;
}
.TagClassName
{
border-color: #92CBA1;
}
</style>