Shades of Gossip #92DB7E
Tints of Gossip #92DB7E
RGB
CMYK
RGB Variations
Color information
#92DB7E (or 0x92DB7E) is known color: Gossip. HEX triplet: 92, DB and 7E. RGB value is (146,219,126). Sum of RGB (Red+Green+Blue) = 146+219+126=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DB7E is #6D2481. Grayscale: #BABABA. Windows color (decimal): -7152770 or 8313746. OLE color: 8313746.
HSL color Cylindrical-coordinate representation of color #92DB7E: hue angle of 107.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DB7E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 126 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.14 |
| HSL | 107.1º | 0.56% | 0.68% | - |
| HSV(B) | 107.1º | 0.42% | 0.86% | - |
| XYZ | 40.95 | 58.28 | 28.83 | - |
| YUV | 186.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 126 | 0.33 | 0 | 0.42 | 0.14 | 107.1 | 0.56 | 0.68 |
| Hex | 92 | DB | 7E | 21 | 0 | 2A | E | 6B | 38 | 44 |
| Octal | 222 | 333 | 176 | 41 | 0 | 52 | 16 | 153 | 70 | 104 |
| Binary | 10010010 | 11011011 | 1111110 | 100001 | 0 | 101010 | 1110 | 1101011 | 111000 | 1000100 |
Color Harmonies of #92DB7E
Complementary color
Monochromatic Colors of #92DB7E
Black with #92DB7E
Text Example
Text Example
White with #92DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DB7E; }
p { color: rgb(146,219,126); }
H1.HeaderClassName
{
color: #92DB7E;
}
.AnyTagClassName
{
color: #92DB7E;
}
</style>
background-color css
<style>
a { background-color: #92DB7E; }
a { background-color: rgb(146,219,126); }
div.DivClassName
{
background-color: #92DB7E;
}
.BgClassName
{
background-color: #92DB7E;
}
</style>
border-color css
<style>
span { border-color: #92DB7E; }
span { border-color: rgb(146,219,126); }
td.TdClassName
{
border-color: #92DB7E;
}
.TagClassName
{
border-color: #92DB7E;
}
</style>