Shades of Gossip #A4D792
Tints of Gossip #A4D792
RGB
CMYK
RGB Variations
Color information
#A4D792 (or 0xA4D792) is known color: Gossip. HEX triplet: A4, D7 and 92. RGB value is (164,215,146). Sum of RGB (Red+Green+Blue) = 164+215+146=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D792 is #5B286D. Grayscale: #C0C0C0. Windows color (decimal): -5974126 or 9623460. OLE color: 9623460.
HSL color Cylindrical-coordinate representation of color #A4D792: hue angle of 104.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4D792 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 146 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.16 |
| HSL | 104.35º | 0.46% | 0.71% | - |
| HSV(B) | 104.35º | 0.32% | 0.84% | - |
| XYZ | 44.8 | 58.57 | 36.14 | - |
| YUV | 191.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 146 | 0.24 | 0 | 0.32 | 0.16 | 104.35 | 0.46 | 0.71 |
| Hex | A4 | D7 | 92 | 18 | 0 | 20 | 10 | 68 | 2E | 47 |
| Octal | 244 | 327 | 222 | 30 | 0 | 40 | 20 | 150 | 56 | 107 |
| Binary | 10100100 | 11010111 | 10010010 | 11000 | 0 | 100000 | 10000 | 1101000 | 101110 | 1000111 |
Color Harmonies of #A4D792
Complementary color
Monochromatic Colors of #A4D792
Black with #A4D792
Text Example
Text Example
White with #A4D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D792; }
p { color: rgb(164,215,146); }
H1.HeaderClassName
{
color: #A4D792;
}
.AnyTagClassName
{
color: #A4D792;
}
</style>
background-color css
<style>
a { background-color: #A4D792; }
a { background-color: rgb(164,215,146); }
div.DivClassName
{
background-color: #A4D792;
}
.BgClassName
{
background-color: #A4D792;
}
</style>
border-color css
<style>
span { border-color: #A4D792; }
span { border-color: rgb(164,215,146); }
td.TdClassName
{
border-color: #A4D792;
}
.TagClassName
{
border-color: #A4D792;
}
</style>