Shades of Gossip #92D072
Tints of Gossip #92D072
RGB
CMYK
RGB Variations
Color information
#92D072 (or 0x92D072) is known color: Gossip. HEX triplet: 92, D0 and 72. RGB value is (146,208,114). Sum of RGB (Red+Green+Blue) = 146+208+114=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #92D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D072 is #6D2F8D. Grayscale: #B3B3B3. Windows color (decimal): -7155598 or 7524498. OLE color: 7524498.
HSL color Cylindrical-coordinate representation of color #92D072: hue angle of 99.57º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92D072 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 114 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.18 |
| HSL | 99.57º | 0.5% | 0.63% | - |
| HSV(B) | 99.57º | 0.45% | 0.82% | - |
| XYZ | 37.45 | 52.44 | 24.07 | - |
| YUV | 178.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 114 | 0.30 | 0 | 0.45 | 0.18 | 99.57 | 0.5 | 0.63 |
| Hex | 92 | D0 | 72 | 1E | 0 | 2D | 12 | 64 | 32 | 3F |
| Octal | 222 | 320 | 162 | 36 | 0 | 55 | 22 | 144 | 62 | 77 |
| Binary | 10010010 | 11010000 | 1110010 | 11110 | 0 | 101101 | 10010 | 1100100 | 110010 | 111111 |
Color Harmonies of #92D072
Complementary color
Monochromatic Colors of #92D072
Black with #92D072
Text Example
Text Example
White with #92D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D072; }
p { color: rgb(146,208,114); }
H1.HeaderClassName
{
color: #92D072;
}
.AnyTagClassName
{
color: #92D072;
}
</style>
background-color css
<style>
a { background-color: #92D072; }
a { background-color: rgb(146,208,114); }
div.DivClassName
{
background-color: #92D072;
}
.BgClassName
{
background-color: #92D072;
}
</style>
border-color css
<style>
span { border-color: #92D072; }
span { border-color: rgb(146,208,114); }
td.TdClassName
{
border-color: #92D072;
}
.TagClassName
{
border-color: #92D072;
}
</style>