Shades of Chinook #92D0A5
Tints of Chinook #92D0A5
RGB
CMYK
RGB Variations
Color information
#92D0A5 (or 0x92D0A5) is known color: Chinook. HEX triplet: 92, D0 and A5. RGB value is (146,208,165). Sum of RGB (Red+Green+Blue) = 146+208+165=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D0A5 is #6D2F5A. Grayscale: #B8B8B8. Windows color (decimal): -7155547 or 10866834. OLE color: 10866834.
HSL color Cylindrical-coordinate representation of color #92D0A5: hue angle of 138.39º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0A5 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 165 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.18 |
| HSL | 138.39º | 0.4% | 0.69% | - |
| HSV(B) | 138.39º | 0.3% | 0.82% | - |
| XYZ | 41.2 | 53.94 | 43.84 | - |
| YUV | 184.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 165 | 0.30 | 0 | 0.21 | 0.18 | 138.39 | 0.4 | 0.69 |
| Hex | 92 | D0 | A5 | 1E | 0 | 15 | 12 | 8A | 28 | 45 |
| Octal | 222 | 320 | 245 | 36 | 0 | 25 | 22 | 212 | 50 | 105 |
| Binary | 10010010 | 11010000 | 10100101 | 11110 | 0 | 10101 | 10010 | 10001010 | 101000 | 1000101 |
Color Harmonies of #92D0A5
Complementary color
Monochromatic Colors of #92D0A5
Black with #92D0A5
Text Example
Text Example
White with #92D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0A5; }
p { color: rgb(146,208,165); }
H1.HeaderClassName
{
color: #92D0A5;
}
.AnyTagClassName
{
color: #92D0A5;
}
</style>
background-color css
<style>
a { background-color: #92D0A5; }
a { background-color: rgb(146,208,165); }
div.DivClassName
{
background-color: #92D0A5;
}
.BgClassName
{
background-color: #92D0A5;
}
</style>
border-color css
<style>
span { border-color: #92D0A5; }
span { border-color: rgb(146,208,165); }
td.TdClassName
{
border-color: #92D0A5;
}
.TagClassName
{
border-color: #92D0A5;
}
</style>