Shades of Gossip #92D271
Tints of Gossip #92D271
RGB
CMYK
RGB Variations
Color information
#92D271 (or 0x92D271) is known color: Gossip. HEX triplet: 92, D2 and 71. RGB value is (146,210,113). Sum of RGB (Red+Green+Blue) = 146+210+113=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #92D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D271 is #6D2D8E. Grayscale: #B4B4B4. Windows color (decimal): -7155087 or 7459474. OLE color: 7459474.
HSL color Cylindrical-coordinate representation of color #92D271: hue angle of 99.59º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D271 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 210 | 113 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.18 |
| HSL | 99.59º | 0.52% | 0.63% | - |
| HSV(B) | 99.59º | 0.46% | 0.82% | - |
| XYZ | 37.88 | 53.4 | 23.93 | - |
| YUV | 179.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 113 | 0.30 | 0 | 0.46 | 0.18 | 99.59 | 0.52 | 0.63 |
| Hex | 92 | D2 | 71 | 1E | 0 | 2E | 12 | 64 | 34 | 3F |
| Octal | 222 | 322 | 161 | 36 | 0 | 56 | 22 | 144 | 64 | 77 |
| Binary | 10010010 | 11010010 | 1110001 | 11110 | 0 | 101110 | 10010 | 1100100 | 110100 | 111111 |
Color Harmonies of #92D271
Complementary color
Monochromatic Colors of #92D271
Black with #92D271
Text Example
Text Example
White with #92D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D271; }
p { color: rgb(146,210,113); }
H1.HeaderClassName
{
color: #92D271;
}
.AnyTagClassName
{
color: #92D271;
}
</style>
background-color css
<style>
a { background-color: #92D271; }
a { background-color: rgb(146,210,113); }
div.DivClassName
{
background-color: #92D271;
}
.BgClassName
{
background-color: #92D271;
}
</style>
border-color css
<style>
span { border-color: #92D271; }
span { border-color: rgb(146,210,113); }
td.TdClassName
{
border-color: #92D271;
}
.TagClassName
{
border-color: #92D271;
}
</style>