Shades of Gossip #92CA73
Tints of Gossip #92CA73
RGB
CMYK
RGB Variations
Color information
#92CA73 (or 0x92CA73) is known color: Gossip. HEX triplet: 92, CA and 73. RGB value is (146,202,115). Sum of RGB (Red+Green+Blue) = 146+202+115=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA73 is #6D358C. Grayscale: #AFAFAF. Windows color (decimal): -7157133 or 7588498. OLE color: 7588498.
HSL color Cylindrical-coordinate representation of color #92CA73: hue angle of 98.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92CA73 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 115 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.21 |
| HSL | 98.62º | 0.45% | 0.62% | - |
| HSV(B) | 98.62º | 0.43% | 0.79% | - |
| XYZ | 36.07 | 49.59 | 23.89 | - |
| YUV | 175.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 115 | 0.28 | 0 | 0.43 | 0.21 | 98.62 | 0.45 | 0.62 |
| Hex | 92 | CA | 73 | 1C | 0 | 2B | 15 | 63 | 2D | 3E |
| Octal | 222 | 312 | 163 | 34 | 0 | 53 | 25 | 143 | 55 | 76 |
| Binary | 10010010 | 11001010 | 1110011 | 11100 | 0 | 101011 | 10101 | 1100011 | 101101 | 111110 |
Color Harmonies of #92CA73
Complementary color
Monochromatic Colors of #92CA73
Black with #92CA73
Text Example
Text Example
White with #92CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA73; }
p { color: rgb(146,202,115); }
H1.HeaderClassName
{
color: #92CA73;
}
.AnyTagClassName
{
color: #92CA73;
}
</style>
background-color css
<style>
a { background-color: #92CA73; }
a { background-color: rgb(146,202,115); }
div.DivClassName
{
background-color: #92CA73;
}
.BgClassName
{
background-color: #92CA73;
}
</style>
border-color css
<style>
span { border-color: #92CA73; }
span { border-color: rgb(146,202,115); }
td.TdClassName
{
border-color: #92CA73;
}
.TagClassName
{
border-color: #92CA73;
}
</style>