Shades of Chinook #92DAA0
Tints of Chinook #92DAA0
RGB
CMYK
RGB Variations
Color information
#92DAA0 (or 0x92DAA0) is known color: Chinook. HEX triplet: 92, DA and A0. RGB value is (146,218,160). Sum of RGB (Red+Green+Blue) = 146+218+160=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #92DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DAA0 is #6D255F. Grayscale: #BEBEBE. Windows color (decimal): -7152992 or 10541714. OLE color: 10541714.
HSL color Cylindrical-coordinate representation of color #92DAA0: hue angle of 131.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DAA0 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 160 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.15 |
| HSL | 131.67º | 0.49% | 0.71% | - |
| HSV(B) | 131.67º | 0.33% | 0.85% | - |
| XYZ | 43.27 | 58.79 | 42.33 | - |
| YUV | 189.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 160 | 0.33 | 0 | 0.27 | 0.15 | 131.67 | 0.49 | 0.71 |
| Hex | 92 | DA | A0 | 21 | 0 | 1B | F | 84 | 31 | 47 |
| Octal | 222 | 332 | 240 | 41 | 0 | 33 | 17 | 204 | 61 | 107 |
| Binary | 10010010 | 11011010 | 10100000 | 100001 | 0 | 11011 | 1111 | 10000100 | 110001 | 1000111 |
Color Harmonies of #92DAA0
Complementary color
Monochromatic Colors of #92DAA0
Black with #92DAA0
Text Example
Text Example
White with #92DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DAA0; }
p { color: rgb(146,218,160); }
H1.HeaderClassName
{
color: #92DAA0;
}
.AnyTagClassName
{
color: #92DAA0;
}
</style>
background-color css
<style>
a { background-color: #92DAA0; }
a { background-color: rgb(146,218,160); }
div.DivClassName
{
background-color: #92DAA0;
}
.BgClassName
{
background-color: #92DAA0;
}
</style>
border-color css
<style>
span { border-color: #92DAA0; }
span { border-color: rgb(146,218,160); }
td.TdClassName
{
border-color: #92DAA0;
}
.TagClassName
{
border-color: #92DAA0;
}
</style>