Shades of Gossip #92DD67
Tints of Gossip #92DD67
RGB
CMYK
RGB Variations
Color information
#92DD67 (or 0x92DD67) is known color: Gossip. HEX triplet: 92, DD and 67. RGB value is (146,221,103). Sum of RGB (Red+Green+Blue) = 146+221+103=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD67 is #6D2298. Grayscale: #B9B9B9. Windows color (decimal): -7152281 or 6806930. OLE color: 6806930.
HSL color Cylindrical-coordinate representation of color #92DD67: hue angle of 98.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92DD67 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 103 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.13 |
| HSL | 98.14º | 0.63% | 0.64% | - |
| HSV(B) | 98.14º | 0.53% | 0.87% | - |
| XYZ | 40.16 | 58.8 | 22.07 | - |
| YUV | 185.12 | 81.65 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 103 | 0.34 | 0 | 0.53 | 0.13 | 98.14 | 0.63 | 0.64 |
| Hex | 92 | DD | 67 | 22 | 0 | 35 | D | 62 | 3F | 40 |
| Octal | 222 | 335 | 147 | 42 | 0 | 65 | 15 | 142 | 77 | 100 |
| Binary | 10010010 | 11011101 | 1100111 | 100010 | 0 | 110101 | 1101 | 1100010 | 111111 | 1000000 |
Color Harmonies of #92DD67
Complementary color
Monochromatic Colors of #92DD67
Black with #92DD67
Text Example
Text Example
White with #92DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD67; }
p { color: rgb(146,221,103); }
H1.HeaderClassName
{
color: #92DD67;
}
.AnyTagClassName
{
color: #92DD67;
}
</style>
background-color css
<style>
a { background-color: #92DD67; }
a { background-color: rgb(146,221,103); }
div.DivClassName
{
background-color: #92DD67;
}
.BgClassName
{
background-color: #92DD67;
}
</style>
border-color css
<style>
span { border-color: #92DD67; }
span { border-color: rgb(146,221,103); }
td.TdClassName
{
border-color: #92DD67;
}
.TagClassName
{
border-color: #92DD67;
}
</style>