Shades of Chinook #92D498
Tints of Chinook #92D498
RGB
CMYK
RGB Variations
Color information
#92D498 (or 0x92D498) is known color: Chinook. HEX triplet: 92, D4 and 98. RGB value is (146,212,152). Sum of RGB (Red+Green+Blue) = 146+212+152=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #92D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D498 is #6D2B67. Grayscale: #B9B9B9. Windows color (decimal): -7154536 or 10015890. OLE color: 10015890.
HSL color Cylindrical-coordinate representation of color #92D498: hue angle of 125.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D498 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 152 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.17 |
| HSL | 125.45º | 0.43% | 0.7% | - |
| HSV(B) | 125.45º | 0.31% | 0.83% | - |
| XYZ | 41.07 | 55.46 | 38.25 | - |
| YUV | 185.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 152 | 0.31 | 0 | 0.28 | 0.17 | 125.45 | 0.43 | 0.7 |
| Hex | 92 | D4 | 98 | 1F | 0 | 1C | 11 | 7D | 2B | 46 |
| Octal | 222 | 324 | 230 | 37 | 0 | 34 | 21 | 175 | 53 | 106 |
| Binary | 10010010 | 11010100 | 10011000 | 11111 | 0 | 11100 | 10001 | 1111101 | 101011 | 1000110 |
Color Harmonies of #92D498
Complementary color
Monochromatic Colors of #92D498
Black with #92D498
Text Example
Text Example
White with #92D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D498; }
p { color: rgb(146,212,152); }
H1.HeaderClassName
{
color: #92D498;
}
.AnyTagClassName
{
color: #92D498;
}
</style>
background-color css
<style>
a { background-color: #92D498; }
a { background-color: rgb(146,212,152); }
div.DivClassName
{
background-color: #92D498;
}
.BgClassName
{
background-color: #92D498;
}
</style>
border-color css
<style>
span { border-color: #92D498; }
span { border-color: rgb(146,212,152); }
td.TdClassName
{
border-color: #92D498;
}
.TagClassName
{
border-color: #92D498;
}
</style>