Shades of Gossip #A3CB8D
Tints of Gossip #A3CB8D
RGB
CMYK
RGB Variations
Color information
#A3CB8D (or 0xA3CB8D) is known color: Gossip. HEX triplet: A3, CB and 8D. RGB value is (163,203,141). Sum of RGB (Red+Green+Blue) = 163+203+141=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB8D is #5C3472. Grayscale: #B8B8B8. Windows color (decimal): -6042739 or 9292707. OLE color: 9292707.
HSL color Cylindrical-coordinate representation of color #A3CB8D: hue angle of 98.71º degrees, saturation: 0.37, 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 #A3CB8D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 141 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.20 |
| HSL | 98.71º | 0.37% | 0.67% | - |
| HSV(B) | 98.71º | 0.31% | 0.8% | - |
| XYZ | 41.27 | 52.42 | 33.14 | - |
| YUV | 183.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 141 | 0.20 | 0 | 0.31 | 0.20 | 98.71 | 0.37 | 0.67 |
| Hex | A3 | CB | 8D | 14 | 0 | 1F | 14 | 63 | 25 | 43 |
| Octal | 243 | 313 | 215 | 24 | 0 | 37 | 24 | 143 | 45 | 103 |
| Binary | 10100011 | 11001011 | 10001101 | 10100 | 0 | 11111 | 10100 | 1100011 | 100101 | 1000011 |
Color Harmonies of #A3CB8D
Complementary color
Monochromatic Colors of #A3CB8D
Black with #A3CB8D
Text Example
Text Example
White with #A3CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB8D; }
p { color: rgb(163,203,141); }
H1.HeaderClassName
{
color: #A3CB8D;
}
.AnyTagClassName
{
color: #A3CB8D;
}
</style>
background-color css
<style>
a { background-color: #A3CB8D; }
a { background-color: rgb(163,203,141); }
div.DivClassName
{
background-color: #A3CB8D;
}
.BgClassName
{
background-color: #A3CB8D;
}
</style>
border-color css
<style>
span { border-color: #A3CB8D; }
span { border-color: rgb(163,203,141); }
td.TdClassName
{
border-color: #A3CB8D;
}
.TagClassName
{
border-color: #A3CB8D;
}
</style>