Shades of Chinook #92CCA4
Tints of Chinook #92CCA4
RGB
CMYK
RGB Variations
Color information
#92CCA4 (or 0x92CCA4) is known color: Chinook. HEX triplet: 92, CC and A4. RGB value is (146,204,164). Sum of RGB (Red+Green+Blue) = 146+204+164=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #92CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CCA4 is #6D335B. Grayscale: #B6B6B6. Windows color (decimal): -7156572 or 10800274. OLE color: 10800274.
HSL color Cylindrical-coordinate representation of color #92CCA4: hue angle of 138.62º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CCA4 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 164 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.2 |
| HSL | 138.62º | 0.36% | 0.69% | - |
| HSV(B) | 138.62º | 0.28% | 0.8% | - |
| XYZ | 40.15 | 51.98 | 43.04 | - |
| YUV | 182.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 164 | 0.28 | 0 | 0.20 | 0.2 | 138.62 | 0.36 | 0.69 |
| Hex | 92 | CC | A4 | 1C | 0 | 14 | 14 | 8B | 24 | 45 |
| Octal | 222 | 314 | 244 | 34 | 0 | 24 | 24 | 213 | 44 | 105 |
| Binary | 10010010 | 11001100 | 10100100 | 11100 | 0 | 10100 | 10100 | 10001011 | 100100 | 1000101 |
Color Harmonies of #92CCA4
Complementary color
Monochromatic Colors of #92CCA4
Black with #92CCA4
Text Example
Text Example
White with #92CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CCA4; }
p { color: rgb(146,204,164); }
H1.HeaderClassName
{
color: #92CCA4;
}
.AnyTagClassName
{
color: #92CCA4;
}
</style>
background-color css
<style>
a { background-color: #92CCA4; }
a { background-color: rgb(146,204,164); }
div.DivClassName
{
background-color: #92CCA4;
}
.BgClassName
{
background-color: #92CCA4;
}
</style>
border-color css
<style>
span { border-color: #92CCA4; }
span { border-color: rgb(146,204,164); }
td.TdClassName
{
border-color: #92CCA4;
}
.TagClassName
{
border-color: #92CCA4;
}
</style>