Shades of Gossip #92C47A
Tints of Gossip #92C47A
RGB
CMYK
RGB Variations
Color information
#92C47A (or 0x92C47A) is known color: Gossip. HEX triplet: 92, C4 and 7A. RGB value is (146,196,122). Sum of RGB (Red+Green+Blue) = 146+196+122=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #92C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C47A is #6D3B85. Grayscale: #ACACAC. Windows color (decimal): -7158662 or 8045714. OLE color: 8045714.
HSL color Cylindrical-coordinate representation of color #92C47A: hue angle of 100.54º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92C47A is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 122 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.23 |
| HSL | 100.54º | 0.39% | 0.62% | - |
| HSV(B) | 100.54º | 0.38% | 0.77% | - |
| XYZ | 35.11 | 47 | 25.63 | - |
| YUV | 172.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 122 | 0.26 | 0 | 0.38 | 0.23 | 100.54 | 0.39 | 0.62 |
| Hex | 92 | C4 | 7A | 1A | 0 | 26 | 17 | 65 | 27 | 3E |
| Octal | 222 | 304 | 172 | 32 | 0 | 46 | 27 | 145 | 47 | 76 |
| Binary | 10010010 | 11000100 | 1111010 | 11010 | 0 | 100110 | 10111 | 1100101 | 100111 | 111110 |
Color Harmonies of #92C47A
Complementary color
Monochromatic Colors of #92C47A
Black with #92C47A
Text Example
Text Example
White with #92C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C47A; }
p { color: rgb(146,196,122); }
H1.HeaderClassName
{
color: #92C47A;
}
.AnyTagClassName
{
color: #92C47A;
}
</style>
background-color css
<style>
a { background-color: #92C47A; }
a { background-color: rgb(146,196,122); }
div.DivClassName
{
background-color: #92C47A;
}
.BgClassName
{
background-color: #92C47A;
}
</style>
border-color css
<style>
span { border-color: #92C47A; }
span { border-color: rgb(146,196,122); }
td.TdClassName
{
border-color: #92C47A;
}
.TagClassName
{
border-color: #92C47A;
}
</style>