Shades of Gossip #A4D491
Tints of Gossip #A4D491
RGB
CMYK
RGB Variations
Color information
#A4D491 (or 0xA4D491) is known color: Gossip. HEX triplet: A4, D4 and 91. RGB value is (164,212,145). Sum of RGB (Red+Green+Blue) = 164+212+145=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D491 is #5B2B6E. Grayscale: #BEBEBE. Windows color (decimal): -5974895 or 9557156. OLE color: 9557156.
HSL color Cylindrical-coordinate representation of color #A4D491: hue angle of 102.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4D491 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 145 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.17 |
| HSL | 102.99º | 0.44% | 0.7% | - |
| HSV(B) | 102.99º | 0.32% | 0.83% | - |
| XYZ | 43.96 | 57.02 | 35.48 | - |
| YUV | 190.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 145 | 0.23 | 0 | 0.32 | 0.17 | 102.99 | 0.44 | 0.7 |
| Hex | A4 | D4 | 91 | 17 | 0 | 20 | 11 | 67 | 2C | 46 |
| Octal | 244 | 324 | 221 | 27 | 0 | 40 | 21 | 147 | 54 | 106 |
| Binary | 10100100 | 11010100 | 10010001 | 10111 | 0 | 100000 | 10001 | 1100111 | 101100 | 1000110 |
Color Harmonies of #A4D491
Complementary color
Monochromatic Colors of #A4D491
Black with #A4D491
Text Example
Text Example
White with #A4D491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D491; }
p { color: rgb(164,212,145); }
H1.HeaderClassName
{
color: #A4D491;
}
.AnyTagClassName
{
color: #A4D491;
}
</style>
background-color css
<style>
a { background-color: #A4D491; }
a { background-color: rgb(164,212,145); }
div.DivClassName
{
background-color: #A4D491;
}
.BgClassName
{
background-color: #A4D491;
}
</style>
border-color css
<style>
span { border-color: #A4D491; }
span { border-color: rgb(164,212,145); }
td.TdClassName
{
border-color: #A4D491;
}
.TagClassName
{
border-color: #A4D491;
}
</style>