Shades of Gossip #92CA80
Tints of Gossip #92CA80
RGB
CMYK
RGB Variations
Color information
#92CA80 (or 0x92CA80) is known color: Gossip. HEX triplet: 92, CA and 80. RGB value is (146,202,128). Sum of RGB (Red+Green+Blue) = 146+202+128=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA80 is #6D357F. Grayscale: #B1B1B1. Windows color (decimal): -7157120 or 8440466. OLE color: 8440466.
HSL color Cylindrical-coordinate representation of color #92CA80: hue angle of 105.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92CA80 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 128 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.21 |
| HSL | 105.41º | 0.41% | 0.65% | - |
| HSV(B) | 105.41º | 0.37% | 0.79% | - |
| XYZ | 36.87 | 49.91 | 28.11 | - |
| YUV | 176.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 128 | 0.28 | 0 | 0.37 | 0.21 | 105.41 | 0.41 | 0.65 |
| Hex | 92 | CA | 80 | 1C | 0 | 25 | 15 | 69 | 29 | 41 |
| Octal | 222 | 312 | 200 | 34 | 0 | 45 | 25 | 151 | 51 | 101 |
| Binary | 10010010 | 11001010 | 10000000 | 11100 | 0 | 100101 | 10101 | 1101001 | 101001 | 1000001 |
Color Harmonies of #92CA80
Complementary color
Monochromatic Colors of #92CA80
Black with #92CA80
Text Example
Text Example
White with #92CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA80; }
p { color: rgb(146,202,128); }
H1.HeaderClassName
{
color: #92CA80;
}
.AnyTagClassName
{
color: #92CA80;
}
</style>
background-color css
<style>
a { background-color: #92CA80; }
a { background-color: rgb(146,202,128); }
div.DivClassName
{
background-color: #92CA80;
}
.BgClassName
{
background-color: #92CA80;
}
</style>
border-color css
<style>
span { border-color: #92CA80; }
span { border-color: rgb(146,202,128); }
td.TdClassName
{
border-color: #92CA80;
}
.TagClassName
{
border-color: #92CA80;
}
</style>