Shades of Gossip #A4D089
Tints of Gossip #A4D089
RGB
CMYK
RGB Variations
Color information
#A4D089 (or 0xA4D089) is known color: Gossip. HEX triplet: A4, D0 and 89. RGB value is (164,208,137). Sum of RGB (Red+Green+Blue) = 164+208+137=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D089 is #5B2F76. Grayscale: #BABABA. Windows color (decimal): -5975927 or 9031844. OLE color: 9031844.
HSL color Cylindrical-coordinate representation of color #A4D089: hue angle of 97.18º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D089 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 137 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.18 |
| HSL | 97.18º | 0.43% | 0.68% | - |
| HSV(B) | 97.18º | 0.34% | 0.82% | - |
| XYZ | 42.38 | 54.81 | 32.01 | - |
| YUV | 186.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 137 | 0.21 | 0 | 0.34 | 0.18 | 97.18 | 0.43 | 0.68 |
| Hex | A4 | D0 | 89 | 15 | 0 | 22 | 12 | 61 | 2B | 44 |
| Octal | 244 | 320 | 211 | 25 | 0 | 42 | 22 | 141 | 53 | 104 |
| Binary | 10100100 | 11010000 | 10001001 | 10101 | 0 | 100010 | 10010 | 1100001 | 101011 | 1000100 |
Color Harmonies of #A4D089
Complementary color
Monochromatic Colors of #A4D089
Black with #A4D089
Text Example
Text Example
White with #A4D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D089; }
p { color: rgb(164,208,137); }
H1.HeaderClassName
{
color: #A4D089;
}
.AnyTagClassName
{
color: #A4D089;
}
</style>
background-color css
<style>
a { background-color: #A4D089; }
a { background-color: rgb(164,208,137); }
div.DivClassName
{
background-color: #A4D089;
}
.BgClassName
{
background-color: #A4D089;
}
</style>
border-color css
<style>
span { border-color: #A4D089; }
span { border-color: rgb(164,208,137); }
td.TdClassName
{
border-color: #A4D089;
}
.TagClassName
{
border-color: #A4D089;
}
</style>