Shades of Gossip #92BE80
Tints of Gossip #92BE80
RGB
CMYK
RGB Variations
Color information
#92BE80 (or 0x92BE80) is known color: Gossip. HEX triplet: 92, BE and 80. RGB value is (146,190,128). Sum of RGB (Red+Green+Blue) = 146+190+128=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BE80 is #6D417F. Grayscale: #A9A9A9. Windows color (decimal): -7160192 or 8437394. OLE color: 8437394.
HSL color Cylindrical-coordinate representation of color #92BE80: hue angle of 102.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BE80 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 190 | 128 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.25 |
| HSL | 102.58º | 0.32% | 0.62% | - |
| HSV(B) | 102.58º | 0.33% | 0.75% | - |
| XYZ | 34.16 | 44.5 | 27.21 | - |
| YUV | 169.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 128 | 0.23 | 0 | 0.33 | 0.25 | 102.58 | 0.32 | 0.62 |
| Hex | 92 | BE | 80 | 17 | 0 | 21 | 19 | 67 | 20 | 3E |
| Octal | 222 | 276 | 200 | 27 | 0 | 41 | 31 | 147 | 40 | 76 |
| Binary | 10010010 | 10111110 | 10000000 | 10111 | 0 | 100001 | 11001 | 1100111 | 100000 | 111110 |
Color Harmonies of #92BE80
Complementary color
Monochromatic Colors of #92BE80
Black with #92BE80
Text Example
Text Example
White with #92BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BE80; }
p { color: rgb(146,190,128); }
H1.HeaderClassName
{
color: #92BE80;
}
.AnyTagClassName
{
color: #92BE80;
}
</style>
background-color css
<style>
a { background-color: #92BE80; }
a { background-color: rgb(146,190,128); }
div.DivClassName
{
background-color: #92BE80;
}
.BgClassName
{
background-color: #92BE80;
}
</style>
border-color css
<style>
span { border-color: #92BE80; }
span { border-color: rgb(146,190,128); }
td.TdClassName
{
border-color: #92BE80;
}
.TagClassName
{
border-color: #92BE80;
}
</style>