Shades of Gossip #92CA84
Tints of Gossip #92CA84
RGB
CMYK
RGB Variations
Color information
#92CA84 (or 0x92CA84) is known color: Gossip. HEX triplet: 92, CA and 84. RGB value is (146,202,132). Sum of RGB (Red+Green+Blue) = 146+202+132=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA84 is #6D357B. Grayscale: #B1B1B1. Windows color (decimal): -7157116 or 8702610. OLE color: 8702610.
HSL color Cylindrical-coordinate representation of color #92CA84: hue angle of 108º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92CA84 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 132 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.21 |
| HSL | 108º | 0.4% | 0.65% | - |
| HSV(B) | 108º | 0.35% | 0.79% | - |
| XYZ | 37.14 | 50.02 | 29.53 | - |
| YUV | 177.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 132 | 0.28 | 0 | 0.35 | 0.21 | 108 | 0.4 | 0.65 |
| Hex | 92 | CA | 84 | 1C | 0 | 23 | 15 | 6C | 28 | 41 |
| Octal | 222 | 312 | 204 | 34 | 0 | 43 | 25 | 154 | 50 | 101 |
| Binary | 10010010 | 11001010 | 10000100 | 11100 | 0 | 100011 | 10101 | 1101100 | 101000 | 1000001 |
Color Harmonies of #92CA84
Complementary color
Monochromatic Colors of #92CA84
Black with #92CA84
Text Example
Text Example
White with #92CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA84; }
p { color: rgb(146,202,132); }
H1.HeaderClassName
{
color: #92CA84;
}
.AnyTagClassName
{
color: #92CA84;
}
</style>
background-color css
<style>
a { background-color: #92CA84; }
a { background-color: rgb(146,202,132); }
div.DivClassName
{
background-color: #92CA84;
}
.BgClassName
{
background-color: #92CA84;
}
</style>
border-color css
<style>
span { border-color: #92CA84; }
span { border-color: rgb(146,202,132); }
td.TdClassName
{
border-color: #92CA84;
}
.TagClassName
{
border-color: #92CA84;
}
</style>