Shades of Gossip #A3CC8C
Tints of Gossip #A3CC8C
RGB
CMYK
RGB Variations
Color information
#A3CC8C (or 0xA3CC8C) is known color: Gossip. HEX triplet: A3, CC and 8C. RGB value is (163,204,140). Sum of RGB (Red+Green+Blue) = 163+204+140=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC8C is #5C3373. Grayscale: #B8B8B8. Windows color (decimal): -6042484 or 9227427. OLE color: 9227427.
HSL color Cylindrical-coordinate representation of color #A3CC8C: hue angle of 98.44º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CC8C is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 140 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.2 |
| HSL | 98.44º | 0.39% | 0.67% | - |
| HSV(B) | 98.44º | 0.31% | 0.8% | - |
| XYZ | 41.43 | 52.87 | 32.83 | - |
| YUV | 184.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 140 | 0.20 | 0 | 0.31 | 0.2 | 98.44 | 0.39 | 0.67 |
| Hex | A3 | CC | 8C | 14 | 0 | 1F | 14 | 62 | 27 | 43 |
| Octal | 243 | 314 | 214 | 24 | 0 | 37 | 24 | 142 | 47 | 103 |
| Binary | 10100011 | 11001100 | 10001100 | 10100 | 0 | 11111 | 10100 | 1100010 | 100111 | 1000011 |
Color Harmonies of #A3CC8C
Complementary color
Monochromatic Colors of #A3CC8C
Black with #A3CC8C
Text Example
Text Example
White with #A3CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC8C; }
p { color: rgb(163,204,140); }
H1.HeaderClassName
{
color: #A3CC8C;
}
.AnyTagClassName
{
color: #A3CC8C;
}
</style>
background-color css
<style>
a { background-color: #A3CC8C; }
a { background-color: rgb(163,204,140); }
div.DivClassName
{
background-color: #A3CC8C;
}
.BgClassName
{
background-color: #A3CC8C;
}
</style>
border-color css
<style>
span { border-color: #A3CC8C; }
span { border-color: rgb(163,204,140); }
td.TdClassName
{
border-color: #A3CC8C;
}
.TagClassName
{
border-color: #A3CC8C;
}
</style>