Shades of Chinook #92DFA2
Tints of Chinook #92DFA2
RGB
CMYK
RGB Variations
Color information
#92DFA2 (or 0x92DFA2) is known color: Chinook. HEX triplet: 92, DF and A2. RGB value is (146,223,162). Sum of RGB (Red+Green+Blue) = 146+223+162=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DFA2 is #6D205D. Grayscale: #C1C1C1. Windows color (decimal): -7151710 or 10674066. OLE color: 10674066.
HSL color Cylindrical-coordinate representation of color #92DFA2: hue angle of 132.47º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFA2 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 162 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.13 |
| HSL | 132.47º | 0.55% | 0.72% | - |
| HSV(B) | 132.47º | 0.35% | 0.87% | - |
| XYZ | 44.76 | 61.49 | 43.69 | - |
| YUV | 193.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 162 | 0.35 | 0 | 0.27 | 0.13 | 132.47 | 0.55 | 0.72 |
| Hex | 92 | DF | A2 | 23 | 0 | 1B | D | 84 | 37 | 48 |
| Octal | 222 | 337 | 242 | 43 | 0 | 33 | 15 | 204 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10100010 | 100011 | 0 | 11011 | 1101 | 10000100 | 110111 | 1001000 |
Color Harmonies of #92DFA2
Complementary color
Monochromatic Colors of #92DFA2
Black with #92DFA2
Text Example
Text Example
White with #92DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFA2; }
p { color: rgb(146,223,162); }
H1.HeaderClassName
{
color: #92DFA2;
}
.AnyTagClassName
{
color: #92DFA2;
}
</style>
background-color css
<style>
a { background-color: #92DFA2; }
a { background-color: rgb(146,223,162); }
div.DivClassName
{
background-color: #92DFA2;
}
.BgClassName
{
background-color: #92DFA2;
}
</style>
border-color css
<style>
span { border-color: #92DFA2; }
span { border-color: rgb(146,223,162); }
td.TdClassName
{
border-color: #92DFA2;
}
.TagClassName
{
border-color: #92DFA2;
}
</style>