Shades of Chinook #92D5A5
Tints of Chinook #92D5A5
RGB
CMYK
RGB Variations
Color information
#92D5A5 (or 0x92D5A5) is known color: Chinook. HEX triplet: 92, D5 and A5. RGB value is (146,213,165). Sum of RGB (Red+Green+Blue) = 146+213+165=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5A5 is #6D2A5A. Grayscale: #BBBBBB. Windows color (decimal): -7154267 or 10868114. OLE color: 10868114.
HSL color Cylindrical-coordinate representation of color #92D5A5: hue angle of 137.01º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 165 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.16 |
| HSL | 137.01º | 0.44% | 0.7% | - |
| HSV(B) | 137.01º | 0.31% | 0.84% | - |
| XYZ | 42.44 | 56.42 | 44.25 | - |
| YUV | 187.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 165 | 0.31 | 0 | 0.23 | 0.16 | 137.01 | 0.44 | 0.7 |
| Hex | 92 | D5 | A5 | 1F | 0 | 17 | 10 | 89 | 2C | 46 |
| Octal | 222 | 325 | 245 | 37 | 0 | 27 | 20 | 211 | 54 | 106 |
| Binary | 10010010 | 11010101 | 10100101 | 11111 | 0 | 10111 | 10000 | 10001001 | 101100 | 1000110 |
Color Harmonies of #92D5A5
Complementary color
Monochromatic Colors of #92D5A5
Black with #92D5A5
Text Example
Text Example
White with #92D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D5A5; }
p { color: rgb(146,213,165); }
H1.HeaderClassName
{
color: #92D5A5;
}
.AnyTagClassName
{
color: #92D5A5;
}
</style>
background-color css
<style>
a { background-color: #92D5A5; }
a { background-color: rgb(146,213,165); }
div.DivClassName
{
background-color: #92D5A5;
}
.BgClassName
{
background-color: #92D5A5;
}
</style>
border-color css
<style>
span { border-color: #92D5A5; }
span { border-color: rgb(146,213,165); }
td.TdClassName
{
border-color: #92D5A5;
}
.TagClassName
{
border-color: #92D5A5;
}
</style>