Shades of Gossip #92C382
Tints of Gossip #92C382
RGB
CMYK
RGB Variations
Color information
#92C382 (or 0x92C382) is known color: Gossip. HEX triplet: 92, C3 and 82. RGB value is (146,195,130). Sum of RGB (Red+Green+Blue) = 146+195+130=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #92C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C382 is #6D3C7D. Grayscale: #ADADAD. Windows color (decimal): -7158910 or 8569746. OLE color: 8569746.
HSL color Cylindrical-coordinate representation of color #92C382: hue angle of 105.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92C382 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 130 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.24 |
| HSL | 105.23º | 0.35% | 0.64% | - |
| HSV(B) | 105.23º | 0.33% | 0.76% | - |
| XYZ | 35.4 | 46.75 | 28.28 | - |
| YUV | 172.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 130 | 0.25 | 0 | 0.33 | 0.24 | 105.23 | 0.35 | 0.64 |
| Hex | 92 | C3 | 82 | 19 | 0 | 21 | 18 | 69 | 23 | 40 |
| Octal | 222 | 303 | 202 | 31 | 0 | 41 | 30 | 151 | 43 | 100 |
| Binary | 10010010 | 11000011 | 10000010 | 11001 | 0 | 100001 | 11000 | 1101001 | 100011 | 1000000 |
Color Harmonies of #92C382
Complementary color
Monochromatic Colors of #92C382
Black with #92C382
Text Example
Text Example
White with #92C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C382; }
p { color: rgb(146,195,130); }
H1.HeaderClassName
{
color: #92C382;
}
.AnyTagClassName
{
color: #92C382;
}
</style>
background-color css
<style>
a { background-color: #92C382; }
a { background-color: rgb(146,195,130); }
div.DivClassName
{
background-color: #92C382;
}
.BgClassName
{
background-color: #92C382;
}
</style>
border-color css
<style>
span { border-color: #92C382; }
span { border-color: rgb(146,195,130); }
td.TdClassName
{
border-color: #92C382;
}
.TagClassName
{
border-color: #92C382;
}
</style>