Shades of Gossip #A5D591
Tints of Gossip #A5D591
RGB
CMYK
RGB Variations
Color information
#A5D591 (or 0xA5D591) is known color: Gossip. HEX triplet: A5, D5 and 91. RGB value is (165,213,145). Sum of RGB (Red+Green+Blue) = 165+213+145=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D591 is #5A2A6E. Grayscale: #BFBFBF. Windows color (decimal): -5909103 or 9557413. OLE color: 9557413.
HSL color Cylindrical-coordinate representation of color #A5D591: hue angle of 102.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5D591 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 145 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.16 |
| HSL | 102.35º | 0.45% | 0.7% | - |
| HSV(B) | 102.35º | 0.32% | 0.84% | - |
| XYZ | 44.42 | 57.63 | 35.57 | - |
| YUV | 190.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 145 | 0.23 | 0 | 0.32 | 0.16 | 102.35 | 0.45 | 0.7 |
| Hex | A5 | D5 | 91 | 17 | 0 | 20 | 10 | 66 | 2D | 46 |
| Octal | 245 | 325 | 221 | 27 | 0 | 40 | 20 | 146 | 55 | 106 |
| Binary | 10100101 | 11010101 | 10010001 | 10111 | 0 | 100000 | 10000 | 1100110 | 101101 | 1000110 |
Color Harmonies of #A5D591
Complementary color
Monochromatic Colors of #A5D591
Black with #A5D591
Text Example
Text Example
White with #A5D591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D591; }
p { color: rgb(165,213,145); }
H1.HeaderClassName
{
color: #A5D591;
}
.AnyTagClassName
{
color: #A5D591;
}
</style>
background-color css
<style>
a { background-color: #A5D591; }
a { background-color: rgb(165,213,145); }
div.DivClassName
{
background-color: #A5D591;
}
.BgClassName
{
background-color: #A5D591;
}
</style>
border-color css
<style>
span { border-color: #A5D591; }
span { border-color: rgb(165,213,145); }
td.TdClassName
{
border-color: #A5D591;
}
.TagClassName
{
border-color: #A5D591;
}
</style>