Shades of Chinook #92CEA5
Tints of Chinook #92CEA5
RGB
CMYK
RGB Variations
Color information
#92CEA5 (or 0x92CEA5) is known color: Chinook. HEX triplet: 92, CE and A5. RGB value is (146,206,165). Sum of RGB (Red+Green+Blue) = 146+206+165=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEA5 is #6D315A. Grayscale: #B7B7B7. Windows color (decimal): -7156059 or 10866322. OLE color: 10866322.
HSL color Cylindrical-coordinate representation of color #92CEA5: hue angle of 139º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CEA5 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 165 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.19 |
| HSL | 139º | 0.38% | 0.69% | - |
| HSV(B) | 139º | 0.29% | 0.81% | - |
| XYZ | 40.72 | 52.97 | 43.68 | - |
| YUV | 183.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 165 | 0.29 | 0 | 0.20 | 0.19 | 139 | 0.38 | 0.69 |
| Hex | 92 | CE | A5 | 1D | 0 | 14 | 13 | 8B | 26 | 45 |
| Octal | 222 | 316 | 245 | 35 | 0 | 24 | 23 | 213 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10100101 | 11101 | 0 | 10100 | 10011 | 10001011 | 100110 | 1000101 |
Color Harmonies of #92CEA5
Complementary color
Monochromatic Colors of #92CEA5
Black with #92CEA5
Text Example
Text Example
White with #92CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEA5; }
p { color: rgb(146,206,165); }
H1.HeaderClassName
{
color: #92CEA5;
}
.AnyTagClassName
{
color: #92CEA5;
}
</style>
background-color css
<style>
a { background-color: #92CEA5; }
a { background-color: rgb(146,206,165); }
div.DivClassName
{
background-color: #92CEA5;
}
.BgClassName
{
background-color: #92CEA5;
}
</style>
border-color css
<style>
span { border-color: #92CEA5; }
span { border-color: rgb(146,206,165); }
td.TdClassName
{
border-color: #92CEA5;
}
.TagClassName
{
border-color: #92CEA5;
}
</style>