Shades of Gossip #92D581
Tints of Gossip #92D581
RGB
CMYK
RGB Variations
Color information
#92D581 (or 0x92D581) is known color: Gossip. HEX triplet: 92, D5 and 81. RGB value is (146,213,129). Sum of RGB (Red+Green+Blue) = 146+213+129=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #92D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D581 is #6D2A7E. Grayscale: #B7B7B7. Windows color (decimal): -7154303 or 8508818. OLE color: 8508818.
HSL color Cylindrical-coordinate representation of color #92D581: hue angle of 107.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D581 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 129 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.16 |
| HSL | 107.86º | 0.5% | 0.67% | - |
| HSV(B) | 107.86º | 0.39% | 0.84% | - |
| XYZ | 39.61 | 55.28 | 29.35 | - |
| YUV | 183.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 129 | 0.31 | 0 | 0.39 | 0.16 | 107.86 | 0.5 | 0.67 |
| Hex | 92 | D5 | 81 | 1F | 0 | 27 | 10 | 6C | 32 | 43 |
| Octal | 222 | 325 | 201 | 37 | 0 | 47 | 20 | 154 | 62 | 103 |
| Binary | 10010010 | 11010101 | 10000001 | 11111 | 0 | 100111 | 10000 | 1101100 | 110010 | 1000011 |
Color Harmonies of #92D581
Complementary color
Monochromatic Colors of #92D581
Black with #92D581
Text Example
Text Example
White with #92D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D581; }
p { color: rgb(146,213,129); }
H1.HeaderClassName
{
color: #92D581;
}
.AnyTagClassName
{
color: #92D581;
}
</style>
background-color css
<style>
a { background-color: #92D581; }
a { background-color: rgb(146,213,129); }
div.DivClassName
{
background-color: #92D581;
}
.BgClassName
{
background-color: #92D581;
}
</style>
border-color css
<style>
span { border-color: #92D581; }
span { border-color: rgb(146,213,129); }
td.TdClassName
{
border-color: #92D581;
}
.TagClassName
{
border-color: #92D581;
}
</style>