Shades of Chinook #92CDA4
Tints of Chinook #92CDA4
RGB
CMYK
RGB Variations
Color information
#92CDA4 (or 0x92CDA4) is known color: Chinook. HEX triplet: 92, CD and A4. RGB value is (146,205,164). Sum of RGB (Red+Green+Blue) = 146+205+164=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #92CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CDA4 is #6D325B. Grayscale: #B6B6B6. Windows color (decimal): -7156316 or 10800530. OLE color: 10800530.
HSL color Cylindrical-coordinate representation of color #92CDA4: hue angle of 138.31º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CDA4 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 205 | 164 | - |
| CMYK | 0.29 | 0 | 0.2 | 0.20 |
| HSL | 138.31º | 0.37% | 0.69% | - |
| HSV(B) | 138.31º | 0.29% | 0.8% | - |
| XYZ | 40.39 | 52.45 | 43.12 | - |
| YUV | 182.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 164 | 0.29 | 0 | 0.2 | 0.20 | 138.31 | 0.37 | 0.69 |
| Hex | 92 | CD | A4 | 1D | 0 | 14 | 14 | 8A | 25 | 45 |
| Octal | 222 | 315 | 244 | 35 | 0 | 24 | 24 | 212 | 45 | 105 |
| Binary | 10010010 | 11001101 | 10100100 | 11101 | 0 | 10100 | 10100 | 10001010 | 100101 | 1000101 |
Color Harmonies of #92CDA4
Complementary color
Monochromatic Colors of #92CDA4
Black with #92CDA4
Text Example
Text Example
White with #92CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDA4; }
p { color: rgb(146,205,164); }
H1.HeaderClassName
{
color: #92CDA4;
}
.AnyTagClassName
{
color: #92CDA4;
}
</style>
background-color css
<style>
a { background-color: #92CDA4; }
a { background-color: rgb(146,205,164); }
div.DivClassName
{
background-color: #92CDA4;
}
.BgClassName
{
background-color: #92CDA4;
}
</style>
border-color css
<style>
span { border-color: #92CDA4; }
span { border-color: rgb(146,205,164); }
td.TdClassName
{
border-color: #92CDA4;
}
.TagClassName
{
border-color: #92CDA4;
}
</style>