Shades of Gossip #92CF86
Tints of Gossip #92CF86
RGB
CMYK
RGB Variations
Color information
#92CF86 (or 0x92CF86) is known color: Gossip. HEX triplet: 92, CF and 86. RGB value is (146,207,134). Sum of RGB (Red+Green+Blue) = 146+207+134=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CF86 is #6D3079. Grayscale: #B4B4B4. Windows color (decimal): -7155834 or 8834962. OLE color: 8834962.
HSL color Cylindrical-coordinate representation of color #92CF86: hue angle of 110.14º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92CF86 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 134 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.19 |
| HSL | 110.14º | 0.43% | 0.67% | - |
| HSV(B) | 110.14º | 0.35% | 0.81% | - |
| XYZ | 38.47 | 52.46 | 30.65 | - |
| YUV | 180.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 134 | 0.29 | 0 | 0.35 | 0.19 | 110.14 | 0.43 | 0.67 |
| Hex | 92 | CF | 86 | 1D | 0 | 23 | 13 | 6E | 2B | 43 |
| Octal | 222 | 317 | 206 | 35 | 0 | 43 | 23 | 156 | 53 | 103 |
| Binary | 10010010 | 11001111 | 10000110 | 11101 | 0 | 100011 | 10011 | 1101110 | 101011 | 1000011 |
Color Harmonies of #92CF86
Complementary color
Monochromatic Colors of #92CF86
Black with #92CF86
Text Example
Text Example
White with #92CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF86; }
p { color: rgb(146,207,134); }
H1.HeaderClassName
{
color: #92CF86;
}
.AnyTagClassName
{
color: #92CF86;
}
</style>
background-color css
<style>
a { background-color: #92CF86; }
a { background-color: rgb(146,207,134); }
div.DivClassName
{
background-color: #92CF86;
}
.BgClassName
{
background-color: #92CF86;
}
</style>
border-color css
<style>
span { border-color: #92CF86; }
span { border-color: rgb(146,207,134); }
td.TdClassName
{
border-color: #92CF86;
}
.TagClassName
{
border-color: #92CF86;
}
</style>