Shades of Gossip #92C37F
Tints of Gossip #92C37F
RGB
CMYK
RGB Variations
Color information
#92C37F (or 0x92C37F) is known color: Gossip. HEX triplet: 92, C3 and 7F. RGB value is (146,195,127). Sum of RGB (Red+Green+Blue) = 146+195+127=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #92C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C37F is #6D3C80. Grayscale: #ACACAC. Windows color (decimal): -7158913 or 8373138. OLE color: 8373138.
HSL color Cylindrical-coordinate representation of color #92C37F: hue angle of 103.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92C37F is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 127 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.24 |
| HSL | 103.24º | 0.36% | 0.63% | - |
| HSV(B) | 103.24º | 0.35% | 0.76% | - |
| XYZ | 35.2 | 46.67 | 27.23 | - |
| YUV | 172.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 127 | 0.25 | 0 | 0.35 | 0.24 | 103.24 | 0.36 | 0.63 |
| Hex | 92 | C3 | 7F | 19 | 0 | 23 | 18 | 67 | 24 | 3F |
| Octal | 222 | 303 | 177 | 31 | 0 | 43 | 30 | 147 | 44 | 77 |
| Binary | 10010010 | 11000011 | 1111111 | 11001 | 0 | 100011 | 11000 | 1100111 | 100100 | 111111 |
Color Harmonies of #92C37F
Complementary color
Monochromatic Colors of #92C37F
Black with #92C37F
Text Example
Text Example
White with #92C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C37F; }
p { color: rgb(146,195,127); }
H1.HeaderClassName
{
color: #92C37F;
}
.AnyTagClassName
{
color: #92C37F;
}
</style>
background-color css
<style>
a { background-color: #92C37F; }
a { background-color: rgb(146,195,127); }
div.DivClassName
{
background-color: #92C37F;
}
.BgClassName
{
background-color: #92C37F;
}
</style>
border-color css
<style>
span { border-color: #92C37F; }
span { border-color: rgb(146,195,127); }
td.TdClassName
{
border-color: #92C37F;
}
.TagClassName
{
border-color: #92C37F;
}
</style>