Shades of Gossip #92DB6E
Tints of Gossip #92DB6E
RGB
CMYK
RGB Variations
Color information
#92DB6E (or 0x92DB6E) is known color: Gossip. HEX triplet: 92, DB and 6E. RGB value is (146,219,110). Sum of RGB (Red+Green+Blue) = 146+219+110=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DB6E is #6D2491. Grayscale: #B9B9B9. Windows color (decimal): -7152786 or 7265170. OLE color: 7265170.
HSL color Cylindrical-coordinate representation of color #92DB6E: hue angle of 100.18º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92DB6E is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 110 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.14 |
| HSL | 100.18º | 0.6% | 0.65% | - |
| HSV(B) | 100.18º | 0.5% | 0.86% | - |
| XYZ | 40 | 57.9 | 23.82 | - |
| YUV | 184.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 110 | 0.33 | 0 | 0.50 | 0.14 | 100.18 | 0.6 | 0.65 |
| Hex | 92 | DB | 6E | 21 | 0 | 32 | E | 64 | 3C | 41 |
| Octal | 222 | 333 | 156 | 41 | 0 | 62 | 16 | 144 | 74 | 101 |
| Binary | 10010010 | 11011011 | 1101110 | 100001 | 0 | 110010 | 1110 | 1100100 | 111100 | 1000001 |
Color Harmonies of #92DB6E
Complementary color
Monochromatic Colors of #92DB6E
Black with #92DB6E
Text Example
Text Example
White with #92DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DB6E; }
p { color: rgb(146,219,110); }
H1.HeaderClassName
{
color: #92DB6E;
}
.AnyTagClassName
{
color: #92DB6E;
}
</style>
background-color css
<style>
a { background-color: #92DB6E; }
a { background-color: rgb(146,219,110); }
div.DivClassName
{
background-color: #92DB6E;
}
.BgClassName
{
background-color: #92DB6E;
}
</style>
border-color css
<style>
span { border-color: #92DB6E; }
span { border-color: rgb(146,219,110); }
td.TdClassName
{
border-color: #92DB6E;
}
.TagClassName
{
border-color: #92DB6E;
}
</style>