Shades of Gossip #A3CD8B
Tints of Gossip #A3CD8B
RGB
CMYK
RGB Variations
Color information
#A3CD8B (or 0xA3CD8B) is known color: Gossip. HEX triplet: A3, CD and 8B. RGB value is (163,205,139). Sum of RGB (Red+Green+Blue) = 163+205+139=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CD8B is #5C3274. Grayscale: #B9B9B9. Windows color (decimal): -6042229 or 9162147. OLE color: 9162147.
HSL color Cylindrical-coordinate representation of color #A3CD8B: hue angle of 98.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CD8B is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 139 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.20 |
| HSL | 98.18º | 0.4% | 0.67% | - |
| HSV(B) | 98.18º | 0.32% | 0.8% | - |
| XYZ | 41.6 | 53.31 | 32.52 | - |
| YUV | 184.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 139 | 0.20 | 0 | 0.32 | 0.20 | 98.18 | 0.4 | 0.67 |
| Hex | A3 | CD | 8B | 14 | 0 | 20 | 14 | 62 | 28 | 43 |
| Octal | 243 | 315 | 213 | 24 | 0 | 40 | 24 | 142 | 50 | 103 |
| Binary | 10100011 | 11001101 | 10001011 | 10100 | 0 | 100000 | 10100 | 1100010 | 101000 | 1000011 |
Color Harmonies of #A3CD8B
Complementary color
Monochromatic Colors of #A3CD8B
Black with #A3CD8B
Text Example
Text Example
White with #A3CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CD8B; }
p { color: rgb(163,205,139); }
H1.HeaderClassName
{
color: #A3CD8B;
}
.AnyTagClassName
{
color: #A3CD8B;
}
</style>
background-color css
<style>
a { background-color: #A3CD8B; }
a { background-color: rgb(163,205,139); }
div.DivClassName
{
background-color: #A3CD8B;
}
.BgClassName
{
background-color: #A3CD8B;
}
</style>
border-color css
<style>
span { border-color: #A3CD8B; }
span { border-color: rgb(163,205,139); }
td.TdClassName
{
border-color: #A3CD8B;
}
.TagClassName
{
border-color: #A3CD8B;
}
</style>