Shades of Gossip #92CE87
Tints of Gossip #92CE87
RGB
CMYK
RGB Variations
Color information
#92CE87 (or 0x92CE87) is known color: Gossip. HEX triplet: 92, CE and 87. RGB value is (146,206,135). Sum of RGB (Red+Green+Blue) = 146+206+135=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE87 is #6D3178. Grayscale: #B4B4B4. Windows color (decimal): -7156089 or 8900242. OLE color: 8900242.
HSL color Cylindrical-coordinate representation of color #92CE87: hue angle of 110.7º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CE87 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 135 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.19 |
| HSL | 110.7º | 0.42% | 0.67% | - |
| HSV(B) | 110.7º | 0.34% | 0.81% | - |
| XYZ | 38.3 | 52 | 30.94 | - |
| YUV | 179.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 135 | 0.29 | 0 | 0.34 | 0.19 | 110.7 | 0.42 | 0.67 |
| Hex | 92 | CE | 87 | 1D | 0 | 22 | 13 | 6F | 2A | 43 |
| Octal | 222 | 316 | 207 | 35 | 0 | 42 | 23 | 157 | 52 | 103 |
| Binary | 10010010 | 11001110 | 10000111 | 11101 | 0 | 100010 | 10011 | 1101111 | 101010 | 1000011 |
Color Harmonies of #92CE87
Complementary color
Monochromatic Colors of #92CE87
Black with #92CE87
Text Example
Text Example
White with #92CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE87; }
p { color: rgb(146,206,135); }
H1.HeaderClassName
{
color: #92CE87;
}
.AnyTagClassName
{
color: #92CE87;
}
</style>
background-color css
<style>
a { background-color: #92CE87; }
a { background-color: rgb(146,206,135); }
div.DivClassName
{
background-color: #92CE87;
}
.BgClassName
{
background-color: #92CE87;
}
</style>
border-color css
<style>
span { border-color: #92CE87; }
span { border-color: rgb(146,206,135); }
td.TdClassName
{
border-color: #92CE87;
}
.TagClassName
{
border-color: #92CE87;
}
</style>