Shades of Gossip #A4D38B
Tints of Gossip #A4D38B
RGB
CMYK
RGB Variations
Color information
#A4D38B (or 0xA4D38B) is known color: Gossip. HEX triplet: A4, D3 and 8B. RGB value is (164,211,139). Sum of RGB (Red+Green+Blue) = 164+211+139=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D38B is #5B2C74. Grayscale: #BCBCBC. Windows color (decimal): -5975157 or 9163684. OLE color: 9163684.
HSL color Cylindrical-coordinate representation of color #A4D38B: hue angle of 99.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D38B is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 139 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.17 |
| HSL | 99.17º | 0.45% | 0.69% | - |
| HSV(B) | 99.17º | 0.34% | 0.83% | - |
| XYZ | 43.26 | 56.35 | 33.02 | - |
| YUV | 188.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 139 | 0.22 | 0 | 0.34 | 0.17 | 99.17 | 0.45 | 0.69 |
| Hex | A4 | D3 | 8B | 16 | 0 | 22 | 11 | 63 | 2D | 45 |
| Octal | 244 | 323 | 213 | 26 | 0 | 42 | 21 | 143 | 55 | 105 |
| Binary | 10100100 | 11010011 | 10001011 | 10110 | 0 | 100010 | 10001 | 1100011 | 101101 | 1000101 |
Color Harmonies of #A4D38B
Complementary color
Monochromatic Colors of #A4D38B
Black with #A4D38B
Text Example
Text Example
White with #A4D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D38B; }
p { color: rgb(164,211,139); }
H1.HeaderClassName
{
color: #A4D38B;
}
.AnyTagClassName
{
color: #A4D38B;
}
</style>
background-color css
<style>
a { background-color: #A4D38B; }
a { background-color: rgb(164,211,139); }
div.DivClassName
{
background-color: #A4D38B;
}
.BgClassName
{
background-color: #A4D38B;
}
</style>
border-color css
<style>
span { border-color: #A4D38B; }
span { border-color: rgb(164,211,139); }
td.TdClassName
{
border-color: #A4D38B;
}
.TagClassName
{
border-color: #A4D38B;
}
</style>