Shades of Gossip #92CF76
Tints of Gossip #92CF76
RGB
CMYK
RGB Variations
Color information
#92CF76 (or 0x92CF76) is known color: Gossip. HEX triplet: 92, CF and 76. RGB value is (146,207,118). Sum of RGB (Red+Green+Blue) = 146+207+118=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CF76 is #6D3089. Grayscale: #B2B2B2. Windows color (decimal): -7155850 or 7786386. OLE color: 7786386.
HSL color Cylindrical-coordinate representation of color #92CF76: hue angle of 101.12º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92CF76 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 118 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.19 |
| HSL | 101.12º | 0.48% | 0.64% | - |
| HSV(B) | 101.12º | 0.43% | 0.81% | - |
| XYZ | 37.44 | 52.04 | 25.21 | - |
| YUV | 178.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 118 | 0.29 | 0 | 0.43 | 0.19 | 101.12 | 0.48 | 0.64 |
| Hex | 92 | CF | 76 | 1D | 0 | 2B | 13 | 65 | 30 | 40 |
| Octal | 222 | 317 | 166 | 35 | 0 | 53 | 23 | 145 | 60 | 100 |
| Binary | 10010010 | 11001111 | 1110110 | 11101 | 0 | 101011 | 10011 | 1100101 | 110000 | 1000000 |
Color Harmonies of #92CF76
Complementary color
Monochromatic Colors of #92CF76
Black with #92CF76
Text Example
Text Example
White with #92CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF76; }
p { color: rgb(146,207,118); }
H1.HeaderClassName
{
color: #92CF76;
}
.AnyTagClassName
{
color: #92CF76;
}
</style>
background-color css
<style>
a { background-color: #92CF76; }
a { background-color: rgb(146,207,118); }
div.DivClassName
{
background-color: #92CF76;
}
.BgClassName
{
background-color: #92CF76;
}
</style>
border-color css
<style>
span { border-color: #92CF76; }
span { border-color: rgb(146,207,118); }
td.TdClassName
{
border-color: #92CF76;
}
.TagClassName
{
border-color: #92CF76;
}
</style>