Shades of Chinook #92DDA4
Tints of Chinook #92DDA4
RGB
CMYK
RGB Variations
Color information
#92DDA4 (or 0x92DDA4) is known color: Chinook. HEX triplet: 92, DD and A4. RGB value is (146,221,164). Sum of RGB (Red+Green+Blue) = 146+221+164=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDA4 is #6D225B. Grayscale: #C0C0C0. Windows color (decimal): -7152220 or 10804626. OLE color: 10804626.
HSL color Cylindrical-coordinate representation of color #92DDA4: hue angle of 134.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDA4 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 164 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.13 |
| HSL | 134.4º | 0.52% | 0.72% | - |
| HSV(B) | 134.4º | 0.34% | 0.87% | - |
| XYZ | 44.41 | 60.5 | 44.46 | - |
| YUV | 192.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 164 | 0.34 | 0 | 0.26 | 0.13 | 134.4 | 0.52 | 0.72 |
| Hex | 92 | DD | A4 | 22 | 0 | 1A | D | 86 | 34 | 48 |
| Octal | 222 | 335 | 244 | 42 | 0 | 32 | 15 | 206 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10100100 | 100010 | 0 | 11010 | 1101 | 10000110 | 110100 | 1001000 |
Color Harmonies of #92DDA4
Complementary color
Monochromatic Colors of #92DDA4
Black with #92DDA4
Text Example
Text Example
White with #92DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDA4; }
p { color: rgb(146,221,164); }
H1.HeaderClassName
{
color: #92DDA4;
}
.AnyTagClassName
{
color: #92DDA4;
}
</style>
background-color css
<style>
a { background-color: #92DDA4; }
a { background-color: rgb(146,221,164); }
div.DivClassName
{
background-color: #92DDA4;
}
.BgClassName
{
background-color: #92DDA4;
}
</style>
border-color css
<style>
span { border-color: #92DDA4; }
span { border-color: rgb(146,221,164); }
td.TdClassName
{
border-color: #92DDA4;
}
.TagClassName
{
border-color: #92DDA4;
}
</style>