Shades of Gossip #92CF78
Tints of Gossip #92CF78
RGB
CMYK
RGB Variations
Color information
#92CF78 (or 0x92CF78) is known color: Gossip. HEX triplet: 92, CF and 78. RGB value is (146,207,120). Sum of RGB (Red+Green+Blue) = 146+207+120=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CF78 is #6D3087. Grayscale: #B3B3B3. Windows color (decimal): -7155848 or 7917458. OLE color: 7917458.
HSL color Cylindrical-coordinate representation of color #92CF78: hue angle of 102.07º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92CF78 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 120 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.19 |
| HSL | 102.07º | 0.48% | 0.64% | - |
| HSV(B) | 102.07º | 0.42% | 0.81% | - |
| XYZ | 37.56 | 52.09 | 25.84 | - |
| YUV | 178.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 120 | 0.29 | 0 | 0.42 | 0.19 | 102.07 | 0.48 | 0.64 |
| Hex | 92 | CF | 78 | 1D | 0 | 2A | 13 | 66 | 30 | 40 |
| Octal | 222 | 317 | 170 | 35 | 0 | 52 | 23 | 146 | 60 | 100 |
| Binary | 10010010 | 11001111 | 1111000 | 11101 | 0 | 101010 | 10011 | 1100110 | 110000 | 1000000 |
Color Harmonies of #92CF78
Complementary color
Monochromatic Colors of #92CF78
Black with #92CF78
Text Example
Text Example
White with #92CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF78; }
p { color: rgb(146,207,120); }
H1.HeaderClassName
{
color: #92CF78;
}
.AnyTagClassName
{
color: #92CF78;
}
</style>
background-color css
<style>
a { background-color: #92CF78; }
a { background-color: rgb(146,207,120); }
div.DivClassName
{
background-color: #92CF78;
}
.BgClassName
{
background-color: #92CF78;
}
</style>
border-color css
<style>
span { border-color: #92CF78; }
span { border-color: rgb(146,207,120); }
td.TdClassName
{
border-color: #92CF78;
}
.TagClassName
{
border-color: #92CF78;
}
</style>