Shades of Gossip #92CE85
Tints of Gossip #92CE85
RGB
CMYK
RGB Variations
Color information
#92CE85 (or 0x92CE85) is known color: Gossip. HEX triplet: 92, CE and 85. RGB value is (146,206,133). Sum of RGB (Red+Green+Blue) = 146+206+133=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE85 is #6D317A. Grayscale: #B3B3B3. Windows color (decimal): -7156091 or 8769170. OLE color: 8769170.
HSL color Cylindrical-coordinate representation of color #92CE85: hue angle of 109.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92CE85 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 133 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.19 |
| HSL | 109.32º | 0.43% | 0.66% | - |
| HSV(B) | 109.32º | 0.35% | 0.81% | - |
| XYZ | 38.16 | 51.95 | 30.21 | - |
| YUV | 179.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 133 | 0.29 | 0 | 0.35 | 0.19 | 109.32 | 0.43 | 0.66 |
| Hex | 92 | CE | 85 | 1D | 0 | 23 | 13 | 6D | 2B | 42 |
| Octal | 222 | 316 | 205 | 35 | 0 | 43 | 23 | 155 | 53 | 102 |
| Binary | 10010010 | 11001110 | 10000101 | 11101 | 0 | 100011 | 10011 | 1101101 | 101011 | 1000010 |
Color Harmonies of #92CE85
Complementary color
Monochromatic Colors of #92CE85
Black with #92CE85
Text Example
Text Example
White with #92CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE85; }
p { color: rgb(146,206,133); }
H1.HeaderClassName
{
color: #92CE85;
}
.AnyTagClassName
{
color: #92CE85;
}
</style>
background-color css
<style>
a { background-color: #92CE85; }
a { background-color: rgb(146,206,133); }
div.DivClassName
{
background-color: #92CE85;
}
.BgClassName
{
background-color: #92CE85;
}
</style>
border-color css
<style>
span { border-color: #92CE85; }
span { border-color: rgb(146,206,133); }
td.TdClassName
{
border-color: #92CE85;
}
.TagClassName
{
border-color: #92CE85;
}
</style>