Shades of Gossip #A3CA8B
Tints of Gossip #A3CA8B
RGB
CMYK
RGB Variations
Color information
#A3CA8B (or 0xA3CA8B) is known color: Gossip. HEX triplet: A3, CA and 8B. RGB value is (163,202,139). Sum of RGB (Red+Green+Blue) = 163+202+139=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA8B is #5C3574. Grayscale: #B7B7B7. Windows color (decimal): -6042997 or 9161379. OLE color: 9161379.
HSL color Cylindrical-coordinate representation of color #A3CA8B: hue angle of 97.14º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CA8B is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 139 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.21 |
| HSL | 97.14º | 0.37% | 0.67% | - |
| HSV(B) | 97.14º | 0.31% | 0.79% | - |
| XYZ | 40.88 | 51.89 | 32.29 | - |
| YUV | 183.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 139 | 0.19 | 0 | 0.31 | 0.21 | 97.14 | 0.37 | 0.67 |
| Hex | A3 | CA | 8B | 13 | 0 | 1F | 15 | 61 | 25 | 43 |
| Octal | 243 | 312 | 213 | 23 | 0 | 37 | 25 | 141 | 45 | 103 |
| Binary | 10100011 | 11001010 | 10001011 | 10011 | 0 | 11111 | 10101 | 1100001 | 100101 | 1000011 |
Color Harmonies of #A3CA8B
Complementary color
Monochromatic Colors of #A3CA8B
Black with #A3CA8B
Text Example
Text Example
White with #A3CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA8B; }
p { color: rgb(163,202,139); }
H1.HeaderClassName
{
color: #A3CA8B;
}
.AnyTagClassName
{
color: #A3CA8B;
}
</style>
background-color css
<style>
a { background-color: #A3CA8B; }
a { background-color: rgb(163,202,139); }
div.DivClassName
{
background-color: #A3CA8B;
}
.BgClassName
{
background-color: #A3CA8B;
}
</style>
border-color css
<style>
span { border-color: #A3CA8B; }
span { border-color: rgb(163,202,139); }
td.TdClassName
{
border-color: #A3CA8B;
}
.TagClassName
{
border-color: #A3CA8B;
}
</style>