Shades of Gossip #92C973
Tints of Gossip #92C973
RGB
CMYK
RGB Variations
Color information
#92C973 (or 0x92C973) is known color: Gossip. HEX triplet: 92, C9 and 73. RGB value is (146,201,115). Sum of RGB (Red+Green+Blue) = 146+201+115=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #92C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C973 is #6D368C. Grayscale: #AFAFAF. Windows color (decimal): -7157389 or 7588242. OLE color: 7588242.
HSL color Cylindrical-coordinate representation of color #92C973: hue angle of 98.37º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92C973 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 115 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.21 |
| HSL | 98.37º | 0.44% | 0.62% | - |
| HSV(B) | 98.37º | 0.43% | 0.79% | - |
| XYZ | 35.84 | 49.12 | 23.81 | - |
| YUV | 174.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 115 | 0.27 | 0 | 0.43 | 0.21 | 98.37 | 0.44 | 0.62 |
| Hex | 92 | C9 | 73 | 1B | 0 | 2B | 15 | 62 | 2C | 3E |
| Octal | 222 | 311 | 163 | 33 | 0 | 53 | 25 | 142 | 54 | 76 |
| Binary | 10010010 | 11001001 | 1110011 | 11011 | 0 | 101011 | 10101 | 1100010 | 101100 | 111110 |
Color Harmonies of #92C973
Complementary color
Monochromatic Colors of #92C973
Black with #92C973
Text Example
Text Example
White with #92C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C973; }
p { color: rgb(146,201,115); }
H1.HeaderClassName
{
color: #92C973;
}
.AnyTagClassName
{
color: #92C973;
}
</style>
background-color css
<style>
a { background-color: #92C973; }
a { background-color: rgb(146,201,115); }
div.DivClassName
{
background-color: #92C973;
}
.BgClassName
{
background-color: #92C973;
}
</style>
border-color css
<style>
span { border-color: #92C973; }
span { border-color: rgb(146,201,115); }
td.TdClassName
{
border-color: #92C973;
}
.TagClassName
{
border-color: #92C973;
}
</style>