Shades of Gossip #92CA78
Tints of Gossip #92CA78
RGB
CMYK
RGB Variations
Color information
#92CA78 (or 0x92CA78) is known color: Gossip. HEX triplet: 92, CA and 78. RGB value is (146,202,120). Sum of RGB (Red+Green+Blue) = 146+202+120=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA78 is #6D3587. Grayscale: #B0B0B0. Windows color (decimal): -7157128 or 7916178. OLE color: 7916178.
HSL color Cylindrical-coordinate representation of color #92CA78: hue angle of 100.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92CA78 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 120 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.21 |
| HSL | 100.98º | 0.44% | 0.63% | - |
| HSV(B) | 100.98º | 0.41% | 0.79% | - |
| XYZ | 36.36 | 49.71 | 25.45 | - |
| YUV | 175.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 120 | 0.28 | 0 | 0.41 | 0.21 | 100.98 | 0.44 | 0.63 |
| Hex | 92 | CA | 78 | 1C | 0 | 29 | 15 | 65 | 2C | 3F |
| Octal | 222 | 312 | 170 | 34 | 0 | 51 | 25 | 145 | 54 | 77 |
| Binary | 10010010 | 11001010 | 1111000 | 11100 | 0 | 101001 | 10101 | 1100101 | 101100 | 111111 |
Color Harmonies of #92CA78
Complementary color
Monochromatic Colors of #92CA78
Black with #92CA78
Text Example
Text Example
White with #92CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA78; }
p { color: rgb(146,202,120); }
H1.HeaderClassName
{
color: #92CA78;
}
.AnyTagClassName
{
color: #92CA78;
}
</style>
background-color css
<style>
a { background-color: #92CA78; }
a { background-color: rgb(146,202,120); }
div.DivClassName
{
background-color: #92CA78;
}
.BgClassName
{
background-color: #92CA78;
}
</style>
border-color css
<style>
span { border-color: #92CA78; }
span { border-color: rgb(146,202,120); }
td.TdClassName
{
border-color: #92CA78;
}
.TagClassName
{
border-color: #92CA78;
}
</style>