Shades of Gossip #92C37E
Tints of Gossip #92C37E
RGB
CMYK
RGB Variations
Color information
#92C37E (or 0x92C37E) is known color: Gossip. HEX triplet: 92, C3 and 7E. RGB value is (146,195,126). Sum of RGB (Red+Green+Blue) = 146+195+126=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #92C37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C37E is #6D3C81. Grayscale: #ACACAC. Windows color (decimal): -7158914 or 8307602. OLE color: 8307602.
HSL color Cylindrical-coordinate representation of color #92C37E: hue angle of 102.61º degrees, saturation: 0.37, 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 #92C37E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 126 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.24 |
| HSL | 102.61º | 0.37% | 0.63% | - |
| HSV(B) | 102.61º | 0.35% | 0.76% | - |
| XYZ | 35.14 | 46.65 | 26.89 | - |
| YUV | 172.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 126 | 0.25 | 0 | 0.35 | 0.24 | 102.61 | 0.37 | 0.63 |
| Hex | 92 | C3 | 7E | 19 | 0 | 23 | 18 | 67 | 25 | 3F |
| Octal | 222 | 303 | 176 | 31 | 0 | 43 | 30 | 147 | 45 | 77 |
| Binary | 10010010 | 11000011 | 1111110 | 11001 | 0 | 100011 | 11000 | 1100111 | 100101 | 111111 |
Color Harmonies of #92C37E
Complementary color
Monochromatic Colors of #92C37E
Black with #92C37E
Text Example
Text Example
White with #92C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C37E; }
p { color: rgb(146,195,126); }
H1.HeaderClassName
{
color: #92C37E;
}
.AnyTagClassName
{
color: #92C37E;
}
</style>
background-color css
<style>
a { background-color: #92C37E; }
a { background-color: rgb(146,195,126); }
div.DivClassName
{
background-color: #92C37E;
}
.BgClassName
{
background-color: #92C37E;
}
</style>
border-color css
<style>
span { border-color: #92C37E; }
span { border-color: rgb(146,195,126); }
td.TdClassName
{
border-color: #92C37E;
}
.TagClassName
{
border-color: #92C37E;
}
</style>