Shades of Gossip #92C484
Tints of Gossip #92C484
RGB
CMYK
RGB Variations
Color information
#92C484 (or 0x92C484) is known color: Gossip. HEX triplet: 92, C4 and 84. RGB value is (146,196,132). Sum of RGB (Red+Green+Blue) = 146+196+132=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #92C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C484 is #6D3B7B. Grayscale: #ADADAD. Windows color (decimal): -7158652 or 8701074. OLE color: 8701074.
HSL color Cylindrical-coordinate representation of color #92C484: hue angle of 106.88º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92C484 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 132 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.23 |
| HSL | 106.88º | 0.35% | 0.64% | - |
| HSV(B) | 106.88º | 0.33% | 0.77% | - |
| XYZ | 35.76 | 47.26 | 29.07 | - |
| YUV | 173.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 132 | 0.26 | 0 | 0.33 | 0.23 | 106.88 | 0.35 | 0.64 |
| Hex | 92 | C4 | 84 | 1A | 0 | 21 | 17 | 6B | 23 | 40 |
| Octal | 222 | 304 | 204 | 32 | 0 | 41 | 27 | 153 | 43 | 100 |
| Binary | 10010010 | 11000100 | 10000100 | 11010 | 0 | 100001 | 10111 | 1101011 | 100011 | 1000000 |
Color Harmonies of #92C484
Complementary color
Monochromatic Colors of #92C484
Black with #92C484
Text Example
Text Example
White with #92C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C484; }
p { color: rgb(146,196,132); }
H1.HeaderClassName
{
color: #92C484;
}
.AnyTagClassName
{
color: #92C484;
}
</style>
background-color css
<style>
a { background-color: #92C484; }
a { background-color: rgb(146,196,132); }
div.DivClassName
{
background-color: #92C484;
}
.BgClassName
{
background-color: #92C484;
}
</style>
border-color css
<style>
span { border-color: #92C484; }
span { border-color: rgb(146,196,132); }
td.TdClassName
{
border-color: #92C484;
}
.TagClassName
{
border-color: #92C484;
}
</style>